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.990 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1353 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
2 | 3 | 1716 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
3 | 3 | 1768 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
4 | 3 | 2750 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| ||||
final Statement action = convert(statement.action); if (action == null) return null; doStatement.setBody(action); |
| ||||
final Statement action = convert(statement.action); if (action == null) return null; enhancedForStatement.setBody(action); |
| ||||
final Statement action = convert(statement.action); if (action == null) return null; forStatement.setBody(action); |
| ||||
final Statement action = convert(statement.action); if (action == null) return null; whileStatement.setBody(action); |
| |||
final Statement action = convert(statement.action); if (action == null) return null; [[#variable4f069c00]].setBody(action); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4f069c00]] | whileStatement |
1 | 2 | [[#4f069c00]] | enhancedForStatement |
1 | 3 | [[#4f069c00]] | forStatement |
1 | 4 | [[#4f069c00]] | doStatement |