Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.983 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 184 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration.java |
2 | 7 | 482 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/TypeDeclaration.java |
| ||||
for (int i = 0; i < this.types.length; i++) { TypeDeclaration typeDecl = this.types[i].declarationOfType(typeName); if (typeDecl != null) { return typeDecl; } } return null; |
| ||||
for (int i = 0; i < this.memberTypes.length; i++) { TypeDeclaration typeDecl = this.memberTypes[i].declarationOfType(subTypeName); if (typeDecl != null) { return typeDecl; } } return null; |
| |||
for (int i = 0; i < this. [[#variable547cc920]].length; i++) { TypeDeclaration typeDecl = this. [[#variable547cc920]][i].declarationOfType( [[#variable54502aa0]]); if (typeDecl != null) { return typeDecl; } } return null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#547cc920]] | types |
1 | 2 | [[#547cc920]] | memberTypes |
2 | 1 | [[#54502aa0]] | typeName |
2 | 2 | [[#54502aa0]] | subTypeName |