Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.968 | statement_list[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 245 | src/NHibernate.Test/UtilityTest/LinkedHashMapFixture.cs |
2 | 4 | 431 | src/NHibernate.Test/UtilityTest/SequencedHashMapFixture.cs |
| ||||
stream.Close(); Assert.AreEqual(6, dlhm.Count); int index = 0; |
| ||||
stream.Close(); Assert.AreEqual(3, shm.Count); int index = 0; |
| |||
stream.Close(); Assert.AreEqual( [[#variable583bcde0]], [[#variable583bcdc0]].Count); int index = 0; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#583bcde0]] | 3 |
1 | 2 | [[#583bcde0]] | 6 |
2 | 1 | [[#583bcdc0]] | shm |
2 | 2 | [[#583bcdc0]] | dlhm |