Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.996 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 644 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelOperation.java |
2 | 5 | 692 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaModelOperation.java |
| ||||
int index = this.actionsStart - 1; while ((index = topLevelOp.firstActionWithID(id, index + 1)) >= 0) { // remove action[index] System.arraycopy(postActions, index + 1, postActions, index, topLevelOp.actionsEnd - index); postActions[topLevelOp.actionsEnd-- ] = null; } |
| ||||
int index = this.actionsStart - 1; while ((index = topLevelOp.firstActionWithID(actionID, index + 1)) >= 0) { // remove action[index] System.arraycopy(postActions, index + 1, postActions, index, topLevelOp.actionsEnd - index); postActions[topLevelOp.actionsEnd-- ] = null; } |
| |||
int index = this.actionsStart - 1; while ((index = topLevelOp.firstActionWithID( [[#variableb735f5a0]], index + 1)) >= 0) { // remove action[index] System.arraycopy(postActions, index + 1, postActions, index, topLevelOp.actionsEnd - index); postActions[topLevelOp.actionsEnd-- ] = null; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b735f5a0]] | id |
1 | 2 | [[#b735f5a0]] | actionID |