Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.989 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 111 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/SimpleLookupTable.java |
2 | 3 | 97 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/util/SimpleSet.java |
| ||||
if (keyTable[index + 1 == length ? 0: index + 1] != null) rehash(); // only needed if a possible collision existed return oldValue; |
| ||||
if (values[index + 1 == length ? 0: index + 1] != null) rehash(); // only needed if a possible collision existed return oldValue; |
| |||
if ( [[#variable5b529980]][index + 1 == length ? 0: index + 1] != null) rehash(); // only needed if a possible collision existed return oldValue; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5b529980]] | values |
1 | 2 | [[#5b529980]] | keyTable |