Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.993 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 2224 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
2 | 6 | 2239 | plugins/org.eclipse.jdt.debug/eval/org/eclipse/jdt/internal/debug/eval/ast/engine/ASTInstructionCompiler.java |
| ||||
for (Iterator iter = node.initializers().iterator(); iter.hasNext();) { Expression expr = (Expression) iter.next(); expr.accept(this ); addPopInstructionIfNeeded(expr); } storeInstruction(); |
| ||||
for (Iterator iter = node.updaters().iterator(); iter.hasNext();) { Expression expr = (Expression) iter.next(); expr.accept(this ); addPopInstructionIfNeeded(expr); } storeInstruction(); |
| |||
for (Iterator iter = node. [[#variablea155e760]]().iterator(); iter.hasNext();) { Expression expr = (Expression) iter.next(); expr.accept(this ); addPopInstructionIfNeeded(expr); } storeInstruction(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a155e760]] | initializers |
1 | 2 | [[#a155e760]] | updaters |