Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.962 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 150 | plugins/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/EvaluationContext.java |
2 | 1 | 522 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaElementDelta.java |
| ||||
System.arraycopy(vars, index + 1, vars, index, j); |
| ||||
System.arraycopy(old, index + 1, array, index, rest); |
| |||
System.arraycopy( [[#variableb9e0dc80]], index + 1, [[#variableb9e0dbe0]], index, [[#variableb9e0db60]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b9e0dc80]] | vars |
1 | 2 | [[#b9e0dc80]] | old |
2 | 1 | [[#b9e0dbe0]] | vars |
2 | 2 | [[#b9e0dbe0]] | array |
3 | 1 | [[#b9e0db60]] | j |
3 | 2 | [[#b9e0db60]] | rest |