CloneSet8604


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4210.976statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
142493
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
242506
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
Clone Instance
1
Line Count
4
Source Line
2493
Source File
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();
                        }


Clone Instance
2
Line Count
4
Source Line
2506
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

                                storeRequired = unBoxing(operand.resolveTypeBinding());
                                operand.accept(this );
                                if (storeRequired) {
                                        storeInstruction();
                                }


Clone AbstractionParameter Count: 1Parameter Bindings

storeRequired = unBoxing( [[#variableb30c7d40]].resolveTypeBinding());
 [[#variableb30c7d40]].accept(this );
if (storeRequired) {
  storeInstruction();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b30c7d40]]
rightOperand 
12[[#b30c7d40]]
operand