Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.984 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 140 | src/NHibernate.Test/CompositeId/ClassWithCompositeIdFixture.cs |
2 | 7 | 92 | src/NHibernate.Test/Legacy/SimpleTest.cs |
| ||||
s3.Delete(theSecondClass3); t3.Commit(); s3.Close(); // lets verify the delete went through ISession s4 = OpenSession(); |
| ||||
s3.Delete(otherSimple3); t3.Commit(); s3.Close(); // verify there is no other Simple objects in the db ISession s4 = OpenSession(); |
| |||
s3.Delete( [[#variable5ebae840]]); t3.Commit(); s3.Close(); // lets verify the delete went through // verify there is no other Simple objects in the db ISession s4 = OpenSession(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5ebae840]] | theSecondClass3 |
1 | 2 | [[#5ebae840]] | otherSimple3 |