Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 5 | 0.953 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 435 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
2 | 2 | 442 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
3 | 2 | 600 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
4 | 2 | 1229 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
5 | 2 | 1764 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| ||||
for (int i = 0; i < thrownExceptionsLength; i++) { methodDecl.thrownExceptions().add(convert(thrownExceptions[i])); } |
| ||||
for (int i = 0; i < parametersLength; i++) { methodDecl.parameters().add(convert(parameters[i])); } |
| ||||
for (int i = 0; i < length; i++) { classInstanceCreation.arguments().add(convert(arguments[i])); } |
| ||||
for (int i = 0; i < importLength; i++) { compilationUnit.imports().add(convertImport(imports[i])); } |
| ||||
for (int i = 0; i < incrementsLength; i++) { forStatement.updaters().add(convertToExpression(increments[i])); } |
| |||
for (int i = 0; i < [[#variableb4202d80]]; i++) { [[#variableb4202d00]]. [[#variableb4202ca0]]().add( [[#variableb4202020]]( [[#variableb4202ce0]][i])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b4202d80]] | incrementsLength |
1 | 2 | [[#b4202d80]] | thrownExceptionsLength |
1 | 3 | [[#b4202d80]] | parametersLength |
1 | 4 | [[#b4202d80]] | importLength |
1 | 5 | [[#b4202d80]] | length |
2 | 1 | [[#b4202d00]] | forStatement |
2 | 2 | [[#b4202d00]] | methodDecl |
2 | 3 | [[#b4202d00]] | methodDecl |
2 | 4 | [[#b4202d00]] | compilationUnit |
2 | 5 | [[#b4202d00]] | classInstanceCreation |
3 | 1 | [[#b4202ca0]] | updaters |
3 | 2 | [[#b4202ca0]] | thrownExceptions |
3 | 3 | [[#b4202ca0]] | parameters |
3 | 4 | [[#b4202ca0]] | imports |
3 | 5 | [[#b4202ca0]] | arguments |
4 | 1 | [[#b4202020]] | convertToExpression |
4 | 2 | [[#b4202020]] | convert |
4 | 3 | [[#b4202020]] | convert |
4 | 4 | [[#b4202020]] | convertImport |
4 | 5 | [[#b4202020]] | convert |
5 | 1 | [[#b4202ce0]] | increments |
5 | 2 | [[#b4202ce0]] | thrownExceptions |
5 | 3 | [[#b4202ce0]] | parameters |
5 | 4 | [[#b4202ce0]] | imports |
5 | 5 | [[#b4202ce0]] | arguments |