Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 1 | 0.990 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 202 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/BreakContinueTargetFinder.java |
2 | 4 | 207 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/BreakContinueTargetFinder.java |
3 | 4 | 212 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/BreakContinueTargetFinder.java |
4 | 4 | 217 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/BreakContinueTargetFinder.java |
| ||||
public boolean visit(ForStatement node) { if (node.getBody() instanceof Block) maybeBlock[0] = node.getBody(); return false; } |
| ||||
public boolean visit(EnhancedForStatement node) { if (node.getBody() instanceof Block) maybeBlock[0] = node.getBody(); return false; } |
| ||||
public boolean visit(WhileStatement node) { if (node.getBody() instanceof Block) maybeBlock[0] = node.getBody(); return false; } |
| ||||
public boolean visit(DoStatement node) { if (node.getBody() instanceof Block) maybeBlock[0] = node.getBody(); return false; } |
| |||
public boolean visit( [[#variableb156fe80]] node) { if (node.getBody() instanceof Block) maybeBlock[0] = node.getBody(); return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b156fe80]] | ForStatement |
1 | 2 | [[#b156fe80]] | EnhancedForStatement |
1 | 3 | [[#b156fe80]] | WhileStatement |
1 | 4 | [[#b156fe80]] | DoStatement |