CloneSet5787


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.984statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16721
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
251053
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java
Clone Instance
1
Line Count
6
Source Line
721
Source File
plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java

                // Insert the jump
                int jumpAddress = ifTrueAddress + 2;
                Jump jump = new Jump();
                fInstructions.insert(jump, jumpAddress);

                // Set the jump offsets
                conditionalJump.setOffset(ifTrue.getSize() + 1);


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

                        // Insert the jump
                        int jumpAddress = ifTrueAddress + 2;
                        Jump jump = new Jump();
                        fInstructions.insert(jump, jumpAddress);
                        // Set the jump offset
                        jump.setOffset(ifFalse.getSize() + 1);


Clone AbstractionParameter Count: 2Parameter Bindings

// Insert the jump
int jumpAddress = ifTrueAddress + 2;
Jump jump = new Jump();
fInstructions.insert(jump, jumpAddress);
 [[#variable93021e80]].setOffset( [[#variable9330b400]].getSize() + 1);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#93021e80]]
// Set the jump offset
jump 
12[[#93021e80]]
// Set the jump offsets
conditionalJump 
21[[#9330b400]]
ifFalse 
22[[#9330b400]]
ifTrue