| 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.976 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 106 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/EditVariableEntryDialog.java |
| 2 | 4 | 110 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/NewSourceFolderDialog.java |
| ||||
int widthHint = convertWidthInCharsToPixels(50);
GridData gd = new GridData(GridData.HORIZONTAL_ALIGN_FILL);
|
| ||||
int widthHint = convertWidthInCharsToPixels(50);
GridData data = new GridData(GridData.FILL_HORIZONTAL);
|
| |||
int widthHint = convertWidthInCharsToPixels(50); GridData [[#variablea3c53460]]= new GridData(GridData. [[#variablea3c528a0]]); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#a3c53460]] | gd |
| 1 | 2 | [[#a3c53460]] | data |
| 2 | 1 | [[#a3c528a0]] | HORIZONTAL_ALIGN_FILL |
| 2 | 2 | [[#a3c528a0]] | FILL_HORIZONTAL |