Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
19 | 2 | 0 | 1.000 | statement_sequence[6] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 19 | 172 | plugins/org.eclipse.jdt.apt.core/src/com/sun/mirror/util/SourceOrderDeclScanner.java |
2 | 19 | 205 | plugins/org.eclipse.jdt.apt.core/src/com/sun/mirror/util/SourceOrderDeclScanner.java |
| ||||
d.accept(pre); SortedSet<Declaration> decls = new TreeSet<Declaration>(SourceOrderDeclScanner.comparator); for (TypeParameterDeclaration tpDecl: d.getFormalTypeParameters()) { decls.add(tpDecl); } for (FieldDeclaration fieldDecl: d.getFields()) { decls.add(fieldDecl); } for (MethodDeclaration methodDecl: d.getMethods()) { decls.add(methodDecl); } for (TypeDeclaration typeDecl: d.getNestedTypes()) { decls.add(typeDecl); } |
| ||||
d.accept(pre); SortedSet<Declaration> decls = new TreeSet<Declaration>(SourceOrderDeclScanner.comparator); for (TypeParameterDeclaration tpDecl: d.getFormalTypeParameters()) { decls.add(tpDecl); } for (FieldDeclaration fieldDecl: d.getFields()) { decls.add(fieldDecl); } for (MethodDeclaration methodDecl: d.getMethods()) { decls.add(methodDecl); } for (TypeDeclaration typeDecl: d.getNestedTypes()) { decls.add(typeDecl); } |
| |||
d.accept(pre); SortedSet<Declaration> decls = new TreeSet<Declaration>(SourceOrderDeclScanner.comparator); for (TypeParameterDeclaration tpDecl: d.getFormalTypeParameters()) { decls.add(tpDecl); } for (FieldDeclaration fieldDecl: d.getFields()) { decls.add(fieldDecl); } for (MethodDeclaration methodDecl: d.getMethods()) { decls.add(methodDecl); } for (TypeDeclaration typeDecl: d.getNestedTypes()) { decls.add(typeDecl); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |