Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 2 | 0.992 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 2363 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
2 | 5 | 2387 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
3 | 5 | 2392 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| ||||
case '<': // left shift for (int i = operatorNumber - 1; i >= 0; i--) { push(new LeftShiftOperator(Instruction.getUnaryPromotionType(types[i][1]), types[i][1], types[i][2], fCounter)); } break; |
| ||||
case '\u0000': // right shift for (int i = operatorNumber - 1; i >= 0; i--) { push(new RightShiftOperator(Instruction.getUnaryPromotionType(types[i][1]), types[i][1], types[i][2], fCounter)); } break; |
| ||||
case '>': // unsigned right shift for (int i = operatorNumber - 1; i >= 0; i--) { push(new UnsignedRightShiftOperator(Instruction.getUnaryPromotionType(types[i][1]), types[i][1], types[i][2], fCounter)); } break; |
| |||
case [[#variable5a295240]]: // left shift // right shift // unsigned right shift for (int i = operatorNumber - 1; i >= 0; i--) { push(new [[#variableb76405a0]](Instruction.getUnaryPromotionType(types[i][1]), types[i][1], types[i][2], fCounter)); } break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5a295240]] | '<' |
1 | 2 | [[#5a295240]] | '\u0000' |
1 | 3 | [[#5a295240]] | '>' |
2 | 1 | [[#b76405a0]] | LeftShiftOperator |
2 | 2 | [[#b76405a0]] | RightShiftOperator |
2 | 3 | [[#b76405a0]] | UnsignedRightShiftOperator |