Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 0 | 1.000 | statement_list[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 23 | src/NHibernate.Test/UtilityTest/WeakHashtableFixture.cs |
2 | 5 | 79 | src/NHibernate.Test/UtilityTest/WeakHashtableFixture.cs |
| ||||
// Keep references to the key and the value object key = new object(); object value = new object(); WeakHashtable table = Create(); table[key] = value; |
| ||||
object key = new object(); object value = new object(); WeakHashtable table = Create(); table[key] = value; |
| |||
// Keep references to the key and the value object key = new object(); object value = new object(); WeakHashtable table = Create(); table[key] = value; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |