CloneSet6208


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

                this.values[index] = new HashableWeakReference(obj, this.referenceQueue);

                // assumes the threshold is never equal to the size of the table
                if ( ++this.elementSize > this.threshold)
                        rehash();

                return obj;


Clone Instance
2
Line Count
7
Source Line
82
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSetOfCharArray.java

                this.values[index] = new HashableWeakReference(array, this.referenceQueue);

                // assumes the threshold is never equal to the size of the table
                if ( ++this.elementSize > this.threshold)
                        rehash();

                return array;


Clone AbstractionParameter Count: 1Parameter Bindings

this.values[index] = new HashableWeakReference( [[#variable5d7a69a0]], this.referenceQueue);
// assumes the threshold is never equal to the size of the table
if ( ++this.elementSize > this.threshold)
  rehash();
return [[#variable5d7a69a0]];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5d7a69a0]]
array 
12[[#5d7a69a0]]
obj