Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.962 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 92 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSet.java |
2 | 3 | 180 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSet.java |
3 | 3 | 94 | 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; |
| ||||
int valuesLength = this.values.length; int index = (obj.hashCode()& 0x7fffffff) % valuesLength; HashableWeakReference currentValue; |
| ||||
int valuesLength = this.values.length; int index = (value.hashCode& 0x7fffffff) % valuesLength; HashableWeakReference currentValue; |
| |||
int valuesLength = this.values.length; int index = ( [[#variable4d4c5320]] [[#variable4d913140]]&0x7fffffff) % valuesLength; HashableWeakReference currentValue; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4d4c5320]] | obj |
1 | 2 | [[#4d4c5320]] | value |
1 | 3 | [[#4d4c5320]] | value |
2 | 1 | [[#4d913140]] | .hashCode() |
2 | 2 | [[#4d913140]] | .hashCode |
2 | 3 | [[#4d913140]] | .hashCode |