| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 2 | 0.955 | statement_list[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 49 | src/NHibernate.Test/NHSpecificTest/NH687/Fixture.cs |
| 2 | 2 | 52 | src/NHibernate.Test/NHSpecificTest/NH687/Fixture.cs |
| ||||
Foo child1a = session.Get < Foo > (child1Id);
Assert.IsNotNull(child1a);
|
| ||||
Foo child2a = session.Get < Foo > (child2Id);
Assert.IsNotNull(child2a);
|
| |||
Foo [[#variable6e647e60]]= session.Get < Foo > ( [[#variable6e647e20]]); Assert.IsNotNull( [[#variable6e647e60]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#6e647e60]] | child2a |
| 1 | 2 | [[#6e647e60]] | child1a |
| 2 | 1 | [[#6e647e20]] | child2Id |
| 2 | 2 | [[#6e647e20]] | child1Id |