Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.978 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1678 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
2 | 4 | 1748 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
3 | 4 | 2481 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| ||||
boolean storeRequired = unBoxing(rightHandSide.resolveTypeBinding()); rightHandSide.accept(this ); if (storeRequired) { storeInstruction(); // unboxing } |
| ||||
boolean storeRequired = unBoxing(rightHandSide.resolveTypeBinding()); rightHandSide.accept(this ); if (storeRequired) { storeInstruction(); } |
| ||||
boolean storeRequired = unBoxing(leftOperand.resolveTypeBinding()); leftOperand.accept(this ); if (storeRequired) { storeInstruction(); } |
| |||
boolean storeRequired = unBoxing( [[#variableb3499be0]].resolveTypeBinding()); [[#variableb3499be0]].accept(this ); if (storeRequired) { storeInstruction(); // unboxing } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b3499be0]] | rightHandSide |
1 | 2 | [[#b3499be0]] | leftOperand |
1 | 3 | [[#b3499be0]] | rightHandSide |