Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.987 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 386 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/PullUpMethodPage.java |
2 | 3 | 472 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsPage.java |
| ||||
final Tree tree = new Tree(composite, SWT.CHECK| SWT.BORDER| SWT.MULTI| SWT.V_SCROLL| SWT.H_SCROLL); tree.setLayoutData(new GridData(GridData.FILL_BOTH)); fTreeViewer = new ContainerCheckedTreeViewer(tree); |
| ||||
Tree tree = new Tree(composite, SWT.CHECK| SWT.BORDER| SWT.SINGLE| SWT.V_SCROLL| SWT.H_SCROLL); tree.setLayoutData(new GridData(GridData.FILL_BOTH)); fTreeViewer = new ContainerCheckedTreeViewer(tree); |
| |||
[[#variableb3adb7e0]]Tree tree = new Tree(composite, SWT.CHECK|SWT.BORDER|SWT. [[#variableb3adab60]]|SWT.V_SCROLL|SWT.H_SCROLL); tree.setLayoutData(new GridData(GridData.FILL_BOTH)); fTreeViewer = new ContainerCheckedTreeViewer(tree); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b3adb7e0]] | |
1 | 2 | [[#b3adb7e0]] | final |
2 | 1 | [[#b3adab60]] | SINGLE |
2 | 2 | [[#b3adab60]] | MULTI |