Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 1 | 0.987 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 154 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/InputFlowAnalyzer.java |
2 | 3 | 159 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/InputFlowAnalyzer.java |
3 | 3 | 164 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/InputFlowAnalyzer.java |
4 | 3 | 169 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/code/flow/InputFlowAnalyzer.java |
| ||||
public boolean visit(DoStatement node) { createLoopReentranceVisitor(node); return super.visit(node); } |
| ||||
public boolean visit(EnhancedForStatement node) { createLoopReentranceVisitor(node); return super.visit(node); } |
| ||||
public boolean visit(ForStatement node) { createLoopReentranceVisitor(node); return super.visit(node); } |
| ||||
public boolean visit(WhileStatement node) { createLoopReentranceVisitor(node); return super.visit(node); } |
| |||
public boolean visit( [[#variable53f93b40]] node) { createLoopReentranceVisitor(node); return super.visit(node); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53f93b40]] | DoStatement |
1 | 2 | [[#53f93b40]] | EnhancedForStatement |
1 | 3 | [[#53f93b40]] | ForStatement |
1 | 4 | [[#53f93b40]] | WhileStatement |