Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
14 | 2 | 0 | 1.000 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 14 | 109 | plugins/org.eclipse.jdt.apt.core/src/com/sun/mirror/util/DeclarationScanner.java |
2 | 14 | 136 | plugins/org.eclipse.jdt.apt.core/src/com/sun/mirror/util/DeclarationScanner.java |
| ||||
for (TypeParameterDeclaration tpDecl: d.getFormalTypeParameters()) { tpDecl.accept(this ); } for (FieldDeclaration fieldDecl: d.getFields()) { fieldDecl.accept(this ); } for (MethodDeclaration methodDecl: d.getMethods()) { methodDecl.accept(this ); } for (TypeDeclaration typeDecl: d.getNestedTypes()) { typeDecl.accept(this ); } |
| ||||
for (TypeParameterDeclaration tpDecl: d.getFormalTypeParameters()) { tpDecl.accept(this ); } for (FieldDeclaration fieldDecl: d.getFields()) { fieldDecl.accept(this ); } for (MethodDeclaration methodDecl: d.getMethods()) { methodDecl.accept(this ); } for (TypeDeclaration typeDecl: d.getNestedTypes()) { typeDecl.accept(this ); } |
| |||
for (TypeParameterDeclaration tpDecl: d.getFormalTypeParameters()) { tpDecl.accept(this ); } for (FieldDeclaration fieldDecl: d.getFields()) { fieldDecl.accept(this ); } for (MethodDeclaration methodDecl: d.getMethods()) { methodDecl.accept(this ); } for (TypeDeclaration typeDecl: d.getNestedTypes()) { typeDecl.accept(this ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |