CloneSet2085


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_list[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1623
src/NHibernate.Test/UtilityTest/WeakHashtableFixture.cs
2579
src/NHibernate.Test/UtilityTest/WeakHashtableFixture.cs
Clone Instance
1
Line Count
6
Source Line
23
Source File
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;


Clone Instance
2
Line Count
5
Source Line
79
Source File
src/NHibernate.Test/UtilityTest/WeakHashtableFixture.cs

                        object key = new object();
                        object value = new object();

                        WeakHashtable table = Create();
                        table[key] = value;


Clone AbstractionParameter Count: 0Parameter Bindings

// Keep references to the key and the value
object key = new object();
object value = new object();
WeakHashtable table = Create();
table[key] = value;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None