Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.965 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1025 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ImportRewriteAnalyzer.java |
2 | 2 | 1029 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/internal/core/dom/rewrite/ImportRewriteAnalyzer.java |
| ||||
public String[] getCreatedImports() { return (String[]) this.importsCreated.toArray(new String[this.importsCreated.size()]); } |
| ||||
public String[] getCreatedStaticImports() { return (String[]) this.staticImportsCreated.toArray(new String[this.staticImportsCreated.size()]); } |
| |||
public String[] [[#variableb43ffbc0]]() { return (String[]) this. [[#variableb43ffb20]].toArray(new String[this. [[#variableb43ffb20]].size()]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b43ffbc0]] | getCreatedImports |
1 | 2 | [[#b43ffbc0]] | getCreatedStaticImports |
2 | 1 | [[#b43ffb20]] | importsCreated |
2 | 2 | [[#b43ffb20]] | staticImportsCreated |