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.981 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 2538 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
2 | 8 | 2549 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| ||||
if (unbox) { storeRequired = unBoxing(rightOperand.resolveTypeBinding()); } rightOperand.accept(this ); if (storeRequired) { storeInstruction(); } storeInstruction(); |
| ||||
if (unbox) { storeRequired = unBoxing(operand.resolveTypeBinding()); } operand.accept(this ); if (storeRequired) { storeInstruction(); } storeInstruction(); |
| |||
if (unbox) { storeRequired = unBoxing( [[#variable55839f20]].resolveTypeBinding()); } [[#variable55839f20]].accept(this ); if (storeRequired) { storeInstruction(); } storeInstruction(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55839f20]] | operand |
1 | 2 | [[#55839f20]] | rightOperand |