Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 5 | 2 | 0.980 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 43 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/CharArrayCache.java |
2 | 6 | 39 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/DoubleCache.java |
3 | 6 | 39 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/FloatCache.java |
4 | 6 | 40 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/codegen/ObjectCache.java |
5 | 6 | 42 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/HashtableOfObject.java |
| ||||
/** * Clears the hash table so that it has no more elements in it. */ public void clear() { for (int i = this.keyTable.length; --i >= 0;) { this.keyTable[i] = null; this.valueTable[i] = 0; } this.elementSize = 0; } |
| ||||
/** * Clears the hash table so that it has no more elements in it. */ public void clear() { for (int i = this.keyTable.length; --i >= 0;) { this.keyTable[i] = 0.0; this.valueTable[i] = 0; } this.elementSize = 0; } |
| ||||
/** * Clears the hash table so that it has no more elements in it. */ public void clear() { for (int i = this.keyTable.length; --i >= 0;) { this.keyTable[i] = 0.0F; this.valueTable[i] = 0; } this.elementSize = 0; } |
| ||||
/** * Clears the hash table so that it has no more elements in it. */ public void clear() { for (int i = this.keyTable.length; --i >= 0;) { this.keyTable[i] = null; this.valueTable[i] = 0; } this.elementSize = 0; } |
| ||||
public void clear() { for (int i = this.keyTable.length; --i >= 0;) { this.keyTable[i] = null; this.valueTable[i] = null; } this.elementSize = 0; } |
| |||
/** * Clears the hash table so that it has no more elements in it. */ public void clear() { for (int i = this.keyTable.length; --i >= 0;) { this.keyTable[i] = [[#variableb89234c0]]; this.valueTable[i] = [[#variableb8923440]]; } this.elementSize = 0; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b89234c0]] | 0.0 |
1 | 2 | [[#b89234c0]] | null |
1 | 3 | [[#b89234c0]] | null |
1 | 4 | [[#b89234c0]] | 0.0F |
1 | 5 | [[#b89234c0]] | null |
2 | 1 | [[#b8923440]] | 0 |
2 | 2 | [[#b8923440]] | 0 |
2 | 3 | [[#b8923440]] | null |
2 | 4 | [[#b8923440]] | 0 |
2 | 5 | [[#b8923440]] | 0 |