| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 3 | 3 | 0.976 | statement_sequence[4] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 151 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeSignatureWizard.java |
| 2 | 4 | 279 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarpackager/JarManifestWizardPage.java |
| 3 | 4 | 619 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/PropertiesFileEditorPreferencePage.java |
| ||||
Composite access = new Composite(parent, SWT.NONE);
GridLayout layout = new GridLayout();
layout.marginHeight = 0;
layout.marginWidth = 0;
|
| ||||
// destination specification group
Composite manifestFileGroup = new Composite(parent, SWT.NONE);
GridLayout layout = new GridLayout();
layout.numColumns = 3;
layout.marginWidth = 0;
|
| ||||
Composite contents = new Composite(parent, SWT.NONE);
GridLayout layout = new GridLayout();
layout.marginHeight = 0;
layout.marginWidth = 0;
|
| |||
// destination specification group Composite [[#variable52f96160]]= new Composite(parent, SWT.NONE); GridLayout layout = new GridLayout(); layout. [[#variable97ac1700]]= [[#variable7d16e860]]; layout.marginWidth = 0; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#52f96160]] | access |
| 1 | 2 | [[#52f96160]] | manifestFileGroup |
| 1 | 3 | [[#52f96160]] | contents |
| 2 | 1 | [[#97ac1700]] | marginHeight |
| 2 | 2 | [[#97ac1700]] | numColumns |
| 2 | 3 | [[#97ac1700]] | marginHeight |
| 3 | 1 | [[#7d16e860]] | 0 |
| 3 | 2 | [[#7d16e860]] | 3 |
| 3 | 3 | [[#7d16e860]] | 0 |