Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.973 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 314 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/dialogs/WorkspaceResourceDialog.java |
2 | 9 | 66 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/exporter/ui/contribution/base/ModelExporterOptionsPage.java |
| |||||
Composite composite = new Composite(parent, SWT.NONE); composite.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); { GridLayout layout = new GridLayout(2, false); layout.marginLeft = -5; layout.marginRight = -5; layout.marginTop = -5; layout.marginBottom = -5; composite.setLayout(layout); } |
| |||||
Composite composite = new Composite(parent, SWT.NONE); composite.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); { GridLayout layout = new GridLayout(); layout.marginLeft = -5; layout.marginRight = -5; layout.marginTop = -5; layout.marginBottom = -5; composite.setLayout(layout); } |
| |||
Composite composite = new Composite(parent, SWT.NONE); composite.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); { GridLayout layout = new GridLayout [[#variable172f2a80]]; layout.marginLeft = -5; layout.marginRight = -5; layout.marginTop = -5; layout.marginBottom = -5; composite.setLayout(layout); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#172f2a80]] | (2, false) |
1 | 2 | [[#172f2a80]] | () |