Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.982 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 539 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/State.java |
2 | 4 | 550 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/State.java |
| ||||
for (int i = positions.length; --i >= 0;) { if (positions[i] != null) { int index = ((Integer) positions[i]).intValue(); internedArray[index] = (char[]) simpleNames[i]; } } |
| ||||
for (int i = positions.length; --i >= 0;) { if (positions[i] != null) { int index = ((Integer) positions[i]).intValue(); internedQArray[index] = (char[][]) qualifiedNames[i]; } } |
| |||
for (int i = positions.length; --i >= 0;) { if (positions[i] != null) { int index = ((Integer) positions[i]).intValue(); [[#variableba292b20]][index] = (char [[#variableba292a40]][]) [[#variableba2929a0]][i]; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#ba292b20]] | internedQArray |
1 | 2 | [[#ba292b20]] | internedArray |
2 | 1 | [[#ba292a40]] | [] |
2 | 2 | [[#ba292a40]] | |
3 | 1 | [[#ba2929a0]] | qualifiedNames |
3 | 2 | [[#ba2929a0]] | simpleNames |