Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.953 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 59 | src/NHibernate.Test/GenericTest/ListGeneric/ListGenericFixture.cs |
2 | 1 | 60 | src/NHibernate.Test/GenericTest/ListGeneric/ListGenericFixture.cs |
| ||||
Assert.AreEqual("first b", a.Items[0].Name, "first item should be 'first b'"); |
| ||||
Assert.AreEqual("second b", a.Items[1].Name, "second item should be 'second b'"); |
| |||
Assert.AreEqual( [[#variable6fd0fac0]], a.Items[ [[#variable6fd0fa20]]].Name, [[#variable6fd0f960]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6fd0fac0]] | "first b" |
1 | 2 | [[#6fd0fac0]] | "second b" |
2 | 1 | [[#6fd0fa20]] | 0 |
2 | 2 | [[#6fd0fa20]] | 1 |
3 | 1 | [[#6fd0f960]] | "first item should be 'first b'" |
3 | 2 | [[#6fd0f960]] | "second item should be 'second b'" |