Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 1 | 0.992 | switch_groups[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 2431 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
2 | 8 | 2448 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| ||||
case '|': // or or for (int i = operatorNumber - 1; i >= 0; i--) { push(new NoOp(fCounter)); } break; default: unrecognized = true; break; |
| ||||
case '&': // and and for (int i = operatorNumber - 1; i >= 0; i--) { push(new NoOp(fCounter)); } break; default: unrecognized = true; break; |
| |||
case [[#variable9e72daa0]]: // and and // or or for (int i = operatorNumber - 1; i >= 0; i--) { push(new NoOp(fCounter)); } break; default: unrecognized = true; break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9e72daa0]] | '&' |
1 | 2 | [[#9e72daa0]] | '|' |