Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.991 | statement_list[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 28 | src/NHibernate.Test/NHSpecificTest/NH1813/Fixture.cs |
2 | 2 | 55 | src/NHibernate.Test/NHSpecificTest/NH1813/Fixture.cs |
| ||||
var exception = Assert.Throws < GenericADOException > (t.Commit); Assert.That(exception.Message, Text.Contains("INSERT"), "should contain SQL"); |
| ||||
var exception = Assert.Throws < GenericADOException > (t.Commit); Assert.That(exception.Message, Text.Contains("UPDATE"), "should contain SQL"); |
| |||
var exception = Assert.Throws < GenericADOException > (t.Commit); Assert.That(exception.Message, Text.Contains( [[#variable27da6640]]), "should contain SQL"); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#27da6640]] | "UPDATE" |
1 | 2 | [[#27da6640]] | "INSERT" |