Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 4 | 0.961 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 2637 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
2 | 2 | 2642 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
3 | 2 | 2654 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
4 | 2 | 2851 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| ||||
for (int index = 0, length = superInterfaces.length; index < length; index++) { typeDecl.internalSuperInterfaces().add(convert(superInterfaces[index])); } |
| ||||
for (int index = 0, length = superInterfaces.length; index < length; index++) { typeDecl.superInterfaceTypes().add(convertType(superInterfaces[index])); } |
| ||||
for (int index = 0, length = typeParameters.length; index < length; index++) { typeDecl.typeParameters().add(convert(typeParameters[index])); } |
| ||||
for (int index = 0, length = superInterfaces.length; index < length; index++) { enumDeclaration2.superInterfaceTypes().add(convertType(superInterfaces[index])); } |
| |||
for (int index = 0, length = [[#variable98ebb020]].length; index < length; index++) { [[#variable98ebafc0]]. [[#variable98ebaf60]]().add( [[#variable98ebaf00]]( [[#variable98ebb020]][index])); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#98ebb020]] | superInterfaces |
1 | 2 | [[#98ebb020]] | typeParameters |
1 | 3 | [[#98ebb020]] | superInterfaces |
1 | 4 | [[#98ebb020]] | superInterfaces |
2 | 1 | [[#98ebafc0]] | enumDeclaration2 |
2 | 2 | [[#98ebafc0]] | typeDecl |
2 | 3 | [[#98ebafc0]] | typeDecl |
2 | 4 | [[#98ebafc0]] | typeDecl |
3 | 1 | [[#98ebaf60]] | superInterfaceTypes |
3 | 2 | [[#98ebaf60]] | typeParameters |
3 | 3 | [[#98ebaf60]] | superInterfaceTypes |
3 | 4 | [[#98ebaf60]] | internalSuperInterfaces |
4 | 1 | [[#98ebaf00]] | convertType |
4 | 2 | [[#98ebaf00]] | convert |
4 | 3 | [[#98ebaf00]] | convertType |
4 | 4 | [[#98ebaf00]] | convert |