Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.969 | non_pp_embedded_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 57 | src/NHibernate.Test/UtilityTest/SequencedHashMapFixture.cs |
2 | 5 | 93 | src/NHibernate.Test/UtilityTest/SequencedHashMapFixture.cs |
3 | 5 | 435 | src/NHibernate.Test/UtilityTest/SequencedHashMapFixture.cs |
| ||||
foreach (DictionaryEntry de in _shm) { Assert.AreEqual(_expectedKeys[i], de.Key); Assert.AreEqual(_expectedValues[i], de.Value); i++; } |
| ||||
foreach (DictionaryEntry de in _shm) { Assert.AreEqual(_expectedKeys[i], de.Key); Assert.AreEqual(_expectedValues[i], de.Value); i++; } |
| ||||
foreach (DictionaryEntry de in shm) { Assert.AreEqual(_expectedKeys[index], de.Key); Assert.AreEqual(_expectedValues[index], de.Value); index++; } |
| |||
foreach (DictionaryEntry de in [[#variable54b2c260]]) { Assert.AreEqual(_expectedKeys[ [[#variable54b2c1c0]]], de.Key); Assert.AreEqual(_expectedValues[ [[#variable54b2c1c0]]], de.Value); [[#variable54b2c1c0]]++; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54b2c260]] | _shm |
1 | 2 | [[#54b2c260]] | shm |
1 | 3 | [[#54b2c260]] | _shm |
2 | 1 | [[#54b2c1c0]] | i |
2 | 2 | [[#54b2c1c0]] | index |
2 | 3 | [[#54b2c1c0]] | i |