Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 1 | 0.983 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 80 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSet.java |
2 | 7 | 82 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSetOfCharArray.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; |
| ||||
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; |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5d7a69a0]] | array |
1 | 2 | [[#5d7a69a0]] | obj |