CloneSet9004


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

                Instruction body = fInstructions.getInstruction(bodyAddress);
                int conditionAddress = bodyAddress - body.getSize();


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

                Instruction body = fInstructions.getInstruction(bodyAddress);
                int bodyStartAddress = bodyAddress - body.getSize();


Clone AbstractionParameter Count: 1Parameter Bindings

Instruction body = fInstructions.getInstruction(bodyAddress);
int  [[#variable9df85500]]= bodyAddress - body.getSize();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9df85500]]
conditionAddress 
12[[#9df85500]]
bodyStartAddress