Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.989 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 59 | src/NHibernate.Test/GenericTest/BagGeneric/BagGenericFixture.cs |
2 | 4 | 62 | src/NHibernate.Test/GenericTest/ListGeneric/ListGenericFixture.cs |
3 | 4 | 61 | src/NHibernate.Test/GenericTest/SetGeneric/SetGenericFixture.cs |
| ||||
thirdB.Name = "third B"; // ensuring the correct generic type was constructed a.Items.Add( thirdB); Assert.AreEqual( 3, a.Items.Count, "3 items in the bag now"); |
| ||||
thirdB.Name = "third B"; // ensuring the correct generic type was constructed a.Items.Add(thirdB); Assert.AreEqual(3, a.Items.Count, "3 items in the list now"); |
| ||||
thirdB.Name = "third B"; // ensuring the correct generic type was constructed a.Items.Add(thirdB); Assert.AreEqual(3, a.Items.Count, "3 items in the set now"); |
| |||
thirdB.Name = "third B"; // ensuring the correct generic type was constructed a.Items.Add(thirdB); Assert.AreEqual(3, a.Items.Count, [[#variable58708380]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58708380]] | "3 items in the set now" |
1 | 2 | [[#58708380]] | "3 items in the list now" |
1 | 3 | [[#58708380]] | "3 items in the bag now" |