Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 3 | 0.972 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1403 | plugins/org.eclipse.jdt.core/formatter/org/eclipse/jdt/internal/formatter/CodeFormatterVisitor2.java |
2 | 2 | 171 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/ImportReferencesCollector.java |
3 | 2 | 219 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/dom/CodeScopeBuilder.java |
| ||||
for (int i = 0; i < importsLength; i++) { ((ImportDeclaration) imports.get(i)).accept(this ); } |
| ||||
for (int i = 0; i < nElements; i++) { ((ASTNode) elements.get(i)).accept(this ); } |
| ||||
for (int i = 0; i < size; i++) { ((ASTNode) list.get(i)).accept(this ); } |
| |||
for (int i = 0; i < [[#variable76c00ea0]]; i++) { (( [[#variable76c00e20]]) [[#variable76c01940]].get(i)).accept(this ); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#76c00ea0]] | importsLength |
1 | 2 | [[#76c00ea0]] | nElements |
1 | 3 | [[#76c00ea0]] | size |
2 | 1 | [[#76c00e20]] | ImportDeclaration |
2 | 2 | [[#76c00e20]] | ASTNode |
2 | 3 | [[#76c00e20]] | ASTNode |
3 | 1 | [[#76c01940]] | imports |
3 | 2 | [[#76c01940]] | elements |
3 | 3 | [[#76c01940]] | list |