Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 0 | 1.000 | statement_list[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 53 | src/NHibernate.Test/CollectionTest/IdBagFixture.cs |
2 | 6 | 54 | src/NHibernate.Test/GenericTest/IdBagGeneric/IdBagGenericFixture.cs |
| ||||
// ensuring the correct generic type was constructed a.Items.Add( "third string"); Assert.AreEqual( 3, a.Items.Count, "3 items in the list now"); a.Items[ 1] = "new second string"; s.Flush(); s.Close(); |
| ||||
// ensuring the correct generic type was constructed a.Items.Add( "third string"); Assert.AreEqual( 3, a.Items.Count, "3 items in the list now"); a.Items[ 1] = "new second string"; s.Flush(); s.Close(); |
| |||
// ensuring the correct generic type was constructed a.Items.Add("third string"); Assert.AreEqual(3, a.Items.Count, "3 items in the list now"); a.Items[1] = "new second string"; s.Flush(); s.Close(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |