Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.987 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 861 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
2 | 2 | 961 | 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(); |
| ||||
Instruction body = fInstructions.getInstruction(bodyAddress); int bodyStartAddress = bodyAddress - body.getSize(); |
| |||
Instruction body = fInstructions.getInstruction(bodyAddress); int [[#variable9df85500]]= bodyAddress - body.getSize(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9df85500]] | conditionAddress |
1 | 2 | [[#9df85500]] | bodyStartAddress |