| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 2 | 2 | 1 | 0.986 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 2 | 235 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/PackageFragment.java |
| 2 | 2 | 141 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchEngine.java |
| ||||
int length = workingCopies.length;
ICompilationUnit[] result = new ICompilationUnit[length];
|
| ||||
int length = workingCopies.length;
ICompilationUnit[] units = new ICompilationUnit[length];
|
| |||
int length = workingCopies.length; ICompilationUnit[] [[#variablebb050440]]= new ICompilationUnit[length]; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#bb050440]] | units |
| 1 | 2 | [[#bb050440]] | result |