| 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.967 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 60 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/ui/macbundler/BundleWizardPage3.java |
| 2 | 3 | 64 | plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/ui/macbundler/BundleWizardPage3.java |
| ||||
TableColumn col0 = new TableColumn(fProperties, SWT.NONE);
col0.setText(Util.getString("page3.keys.column.label")); //$NON-NLS-1$
col0.setWidth(150);
|
| ||||
TableColumn col1 = new TableColumn(fProperties, SWT.NONE);
col1.setText(Util.getString("page3.values.column.label")); //$NON-NLS-1$
col1.setWidth(150);
|
| |||
TableColumn [[#variable78b5af60]]= new TableColumn(fProperties, SWT.NONE); [[#variable78b5af60]].setText(Util.getString( [[#variable78b5b7a0]])); //$NON-NLS-1$ [[#variable78b5af60]].setWidth(150); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#78b5af60]] | col0 |
| 1 | 2 | [[#78b5af60]] | col1 |
| 2 | 1 | [[#78b5b7a0]] | "page3.keys.column.label" |
| 2 | 2 | [[#78b5b7a0]] | "page3.values.column.label" |