Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 2 | 0.975 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 79 | src/NHibernate.Test/Generatedkeys/Identity/IdentityGeneratedKeysTest.cs |
2 | 3 | 101 | src/NHibernate.Test/Generatedkeys/Identity/IdentityGeneratedKeysTest.cs |
3 | 3 | 125 | src/NHibernate.Test/Generatedkeys/Identity/IdentityGeneratedKeysTest.cs |
4 | 3 | 147 | src/NHibernate.Test/Generatedkeys/Identity/IdentityGeneratedKeysTest.cs |
| ||||
long initialInsertCount = Sfi.Statistics.EntityInsertCount; ISession s = OpenSession(); MyEntity myEntity = new MyEntity("test-persist"); |
| ||||
long initialInsertCount = Sfi.Statistics.EntityInsertCount; ISession s = OpenSession(); MyEntity myEntity2 = new MyEntity("test-persist-2"); |
| ||||
long initialInsertCount = Sfi.Statistics.EntityInsertCount; ISession s = OpenSession(); MyEntity myEntity = new MyEntity("test-persist"); |
| ||||
long initialInsertCount = Sfi.Statistics.EntityInsertCount; ISession s = OpenSession(); MyEntity myEntity2 = new MyEntity("test-persist-2"); |
| |||
long initialInsertCount = Sfi.Statistics.EntityInsertCount; ISession s = OpenSession(); MyEntity [[#variable66302dc0]]= new MyEntity( [[#variable292f36c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#66302dc0]] | myEntity2 |
1 | 2 | [[#66302dc0]] | myEntity |
1 | 3 | [[#66302dc0]] | myEntity2 |
1 | 4 | [[#66302dc0]] | myEntity |
2 | 1 | [[#292f36c0]] | "test-persist-2" |
2 | 2 | [[#292f36c0]] | "test-persist" |
2 | 3 | [[#292f36c0]] | "test-persist-2" |
2 | 4 | [[#292f36c0]] | "test-persist" |