| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 2 | 3 | 0.973 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 1210 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
| 2 | 3 | 1857 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/reorg/ReorgPolicyFactory.java |
| ||||
IFolder[] folders = getFolders();
ICompilationUnit[] cus = getCus();
pm.beginTask("", cus.length + file.length + folders.length); //$NON-NLS-1$
|
| ||||
IFolder[] folders = getFolders();
ICompilationUnit[] cus = getCus();
pm.beginTask("", files.length + folders.length + cus.length); //$NON-NLS-1$
|
| |||
IFolder[] folders = getFolders();
ICompilationUnit[] cus = getCus();
pm.beginTask("", [[#variable60b19be0]].length + [[#variable60b19b60]].length + [[#variable60b5e100]].length); //$NON-NLS-1$
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#60b19be0]] | cus |
| 1 | 2 | [[#60b19be0]] | files |
| 2 | 1 | [[#60b19b60]] | file |
| 2 | 2 | [[#60b19b60]] | folders |
| 3 | 1 | [[#60b5e100]] | folders |
| 3 | 2 | [[#60b5e100]] | cus |