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.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 124 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java |
2 | 1 | 409 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RuntimeSignature.java |
| ||||
System.arraycopy(array, start, target, index, subLength); |
| ||||
System.arraycopy(signature, start, dest, index, length); |
| |||
System.arraycopy( [[#variablec2d23300]], start, [[#variablec2d23280]], index, [[#variablec2d23220]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#c2d23300]] | signature |
1 | 2 | [[#c2d23300]] | array |
2 | 1 | [[#c2d23280]] | dest |
2 | 2 | [[#c2d23280]] | target |
3 | 1 | [[#c2d23220]] | length |
3 | 2 | [[#c2d23220]] | subLength |