Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.976 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 2493 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
2 | 4 | 2506 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| ||||
storeRequired = unBoxing(rightOperand.resolveTypeBinding()); rightOperand.accept(this ); if (storeRequired) { storeInstruction(); } |
| ||||
storeRequired = unBoxing(operand.resolveTypeBinding()); operand.accept(this ); if (storeRequired) { storeInstruction(); } |
| |||
storeRequired = unBoxing( [[#variableb30c7d40]].resolveTypeBinding()); [[#variableb30c7d40]].accept(this ); if (storeRequired) { storeInstruction(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b30c7d40]] | rightOperand |
1 | 2 | [[#b30c7d40]] | operand |