Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 2 | 0.981 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 112 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RuntimeSignature.java |
2 | 7 | 195 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RuntimeSignature.java |
3 | 4 | 390 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/instructions/RuntimeSignature.java |
| ||||
int end = CharOperation.indexOf(C_SEMICOLON, signature, index); if (end == -1) throw new IllegalArgumentException(); |
| ||||
int end = CharOperation.indexOf( C_SEMICOLON, methodSignature, i ); if (end == -1) throw new IllegalArgumentException(); |
| ||||
int end = CharOperation.indexOf(C_SEMICOLON, signature, sigPos); if (end == -1) throw new IllegalArgumentException(); |
| |||
int end = CharOperation.indexOf(C_SEMICOLON, [[#variable5799b5a0]], [[#variablea14e0580]]); if (end == -1) throw new IllegalArgumentException(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5799b5a0]] | signature |
1 | 2 | [[#5799b5a0]] | methodSignature |
1 | 3 | [[#5799b5a0]] | signature |
2 | 1 | [[#a14e0580]] | index |
2 | 2 | [[#a14e0580]] | i |
2 | 3 | [[#a14e0580]] | sigPos |