CloneSet4866


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3320.962statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1392
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSet.java
23180
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSet.java
3394
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSetOfCharArray.java
Clone Instance
1
Line Count
3
Source Line
92
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSet.java

                int valuesLength = this.values.length;
                int index = (value.hashCode&  0x7fffffff) % valuesLength;
                HashableWeakReference currentValue;


Clone Instance
2
Line Count
3
Source Line
180
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSet.java

                int valuesLength = this.values.length;
                int index = (obj.hashCode()&  0x7fffffff) % valuesLength;
                HashableWeakReference currentValue;


Clone Instance
3
Line Count
3
Source Line
94
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSetOfCharArray.java

                int valuesLength = this.values.length;
                int index = (value.hashCode&  0x7fffffff) % valuesLength;
                HashableWeakReference currentValue;


Clone AbstractionParameter Count: 2Parameter Bindings

int valuesLength = this.values.length;
int index = ( [[#variable4d4c5320]] [[#variable4d913140]]&0x7fffffff) % valuesLength;
HashableWeakReference currentValue;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#4d4c5320]]
obj 
12[[#4d4c5320]]
value 
13[[#4d4c5320]]
value 
21[[#4d913140]]
.hashCode() 
22[[#4d913140]]
.hashCode 
23[[#4d913140]]
.hashCode