| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 3 | 4 | 0.986 | statement_sequence[5] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 100 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java |
| 2 | 6 | 170 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java |
| 3 | 6 | 186 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.java |
| ||||
Composite c = new Composite(composite, SWT.NONE);
c.setLayout(createGridLayout(3));
c.setLayoutData(createGridData(GridData.FILL_HORIZONTAL, 3, 0));
((GridLayout) c.getLayout()).marginWidth = 0;
fOverViewButton = createButton(c, SWT.CHECK, JavadocExportMessages.JavadocSpecificsWizardPage_overviewbutton_label, createGridData(1));
|
| ||||
Composite c = new Composite(composite, SWT.NONE);
c.setLayout(createGridLayout(3));
c.setLayoutData(createGridData(GridData.FILL_HORIZONTAL, 3, 0));
((GridLayout) c.getLayout()).marginWidth = 0;
fAntButton = createButton(c, SWT.CHECK, JavadocExportMessages.JavadocSpecificsWizardPage_antscriptbutton_label, createGridData(3));
|
| ||||
Composite c = new Composite(composite, SWT.NONE);
c.setLayout(createGridLayout(3));
c.setLayoutData(createGridData(GridData.FILL_HORIZONTAL, 4, 0));
((GridLayout) c.getLayout()).marginWidth = 0;
fStyleSheetButton = createButton(c, SWT.CHECK, JavadocExportMessages.JavadocStandardWizardPage_stylesheettext_label, createGridData(1));
|
| |||
Composite c = new Composite(composite, SWT.NONE); c.setLayout(createGridLayout(3)); c.setLayoutData(createGridData(GridData.FILL_HORIZONTAL, [[#variable5a685d40]], 0)); ((GridLayout) c.getLayout()).marginWidth = 0; [[#variablec18f9ec0]]= createButton(c, SWT.CHECK, JavadocExportMessages. [[#variable5238a020]], createGridData( [[#variable593ff340]])); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#5a685d40]] | 3 |
| 1 | 2 | [[#5a685d40]] | 4 |
| 1 | 3 | [[#5a685d40]] | 3 |
| 2 | 1 | [[#c18f9ec0]] | fAntButton |
| 2 | 2 | [[#c18f9ec0]] | fStyleSheetButton |
| 2 | 3 | [[#c18f9ec0]] | fOverViewButton |
| 3 | 1 | [[#5238a020]] | JavadocSpecificsWizardPage_antscriptbutton_label |
| 3 | 2 | [[#5238a020]] | JavadocStandardWizardPage_stylesheettext_label |
| 3 | 3 | [[#5238a020]] | JavadocSpecificsWizardPage_overviewbutton_label |
| 4 | 1 | [[#593ff340]] | 3 |
| 4 | 2 | [[#593ff340]] | 1 |
| 4 | 3 | [[#593ff340]] | 1 |