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.952 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 50 | src/NHibernate.Test/CollectionTest/IdBagFixture.cs |
2 | 1 | 51 | src/NHibernate.Test/CollectionTest/IdBagFixture.cs |
| ||||
Assert.AreEqual( "first string", ( string) a.Items[ 0], "first item should be 'first string'"); |
| ||||
Assert.AreEqual( "second string", ( string) a.Items[ 1], "second item should be 'second string'"); |
| |||
Assert.AreEqual( [[#variable545bb0a0]], (string)a.Items[ [[#variable545bb040]]], [[#variable545bafe0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#545bb0a0]] | "first string" |
1 | 2 | [[#545bb0a0]] | "second string" |
2 | 1 | [[#545bb040]] | 0 |
2 | 2 | [[#545bb040]] | 1 |
3 | 1 | [[#545bafe0]] | "first item should be 'first string'" |
3 | 2 | [[#545bafe0]] | "second item should be 'second string'" |