Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.957 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 658 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
2 | 4 | 664 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/Parser.java |
| ||||
for (int k = 0; k < newTerminalIndex.length; k++) { if (newTerminalIndex[k] == j) { newReverseTable[j] = k; break found; } } |
| ||||
for (int k = 0; k < newNonTerminalIndex.length; k++) { if (newNonTerminalIndex[k] == j) { newReverseTable[j] = -k; break found; } } |
| |||
for (int k = 0; k < [[#variable971f0000]].length; k++) { if ( [[#variable971f0000]][k] == j) { newReverseTable[j] = [[#variable96aedf60]]; break found; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#971f0000]] | newNonTerminalIndex |
1 | 2 | [[#971f0000]] | newTerminalIndex |
2 | 1 | [[#96aedf60]] | -k |
2 | 2 | [[#96aedf60]] | k |