Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 7 | 1 | 0.991 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 35 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/HashtableOfIntValues.java |
2 | 5 | 33 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/HashtableOfObject.java |
3 | 5 | 23 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/QualifiedNameSet.java |
4 | 5 | 21 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/StringSet.java |
5 | 5 | 23 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/SimpleWordSet.java |
6 | 5 | 53 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSet.java |
7 | 5 | 55 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/WeakHashSetOfCharArray.java |
| ||||
this.elementSize = 0; this.threshold = size; // size represents the expected number of elements int extraRoom = (int) (size * 1.75F); if (this.threshold == extraRoom) extraRoom++; |
| ||||
this.elementSize = 0; this.threshold = size; // size represents the expected number of elements int extraRoom = (int) (size * 1.75F); if (this.threshold == extraRoom) extraRoom++; |
| ||||
this.elementSize = 0; this.threshold = size; // size represents the expected number of elements int extraRoom = (int) (size * 1.5F); if (this.threshold == extraRoom) extraRoom++; |
| ||||
this.elementSize = 0; this.threshold = size; // size represents the expected number of elements int extraRoom = (int) (size * 1.5F); if (this.threshold == extraRoom) extraRoom++; |
| ||||
this.elementSize = 0; this.threshold = size; // size represents the expected number of elements int extraRoom = (int) (size * 1.5F); if (this.threshold == extraRoom) extraRoom++; |
| ||||
this.elementSize = 0; this.threshold = size; // size represents the expected number of elements int extraRoom = (int) (size * 1.75F); if (this.threshold == extraRoom) extraRoom++; |
| ||||
this.elementSize = 0; this.threshold = size; // size represents the expected number of elements int extraRoom = (int) (size * 1.75F); if (this.threshold == extraRoom) extraRoom++; |
| |||
this.elementSize = 0; this.threshold = size; // size represents the expected number of elements int extraRoom = (int) (size * [[#variable5b00a920]]); if (this.threshold == extraRoom) extraRoom++; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b00a920]] | 1.5F |
1 | 2 | [[#5b00a920]] | 1.75F |
1 | 3 | [[#5b00a920]] | 1.75F |
1 | 4 | [[#5b00a920]] | 1.75F |
1 | 5 | [[#5b00a920]] | 1.75F |
1 | 6 | [[#5b00a920]] | 1.5F |
1 | 7 | [[#5b00a920]] | 1.5F |