| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 3 | 6 | 0.978 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 304 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java |
| 2 | 3 | 320 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java |
| 3 | 3 | 331 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocTreeWizardPage.java |
| ||||
fDestinationLabel = createLabel(group, SWT.NONE, JavadocExportMessages.JavadocTreeWizardPage_destinationfield_label, createGridData(GridData.HORIZONTAL_ALIGN_FILL, 1, convertWidthInCharsToPixels(3)));
fDestinationText = createText(group, SWT.SINGLE| SWT.BORDER, null, createGridData(GridData.FILL_HORIZONTAL, numColumns - 2, 0));
((GridData) fDestinationText.getLayoutData()).widthHint = 0;
|
| ||||
//For Entering location of custom doclet
fDocletTypeLabel = createLabel(group, SWT.NONE, JavadocExportMessages.JavadocTreeWizardPage_docletnamefield_label, createGridData(GridData.HORIZONTAL_ALIGN_BEGINNING, 1, convertWidthInCharsToPixels(3)));
fDocletTypeText = createText(group, SWT.SINGLE| SWT.BORDER, null, createGridData(GridData.HORIZONTAL_ALIGN_FILL, numColumns - 1, 0));
((GridData) fDocletTypeText.getLayoutData()).widthHint = 0;
|
| ||||
fDocletLabel = createLabel(group, SWT.NONE, JavadocExportMessages.JavadocTreeWizardPage_docletpathfield_label, createGridData(GridData.HORIZONTAL_ALIGN_BEGINNING, 1, convertWidthInCharsToPixels(3)));
fDocletText = createText(group, SWT.SINGLE| SWT.BORDER, null, createGridData(GridData.HORIZONTAL_ALIGN_FILL, numColumns - 1, 0));
((GridData) fDocletText.getLayoutData()).widthHint = 0;
|
| |||
[[#variablec02bca00]]= createLabel(group, SWT.NONE, JavadocExportMessages. [[#variablec02bc9a0]], createGridData(GridData. [[#variablec02bc960]], 1, convertWidthInCharsToPixels(3))); [[#variablec02bc940]]= createText(group, SWT.SINGLE|SWT.BORDER, null, createGridData(GridData. [[#variablec2e3c220]], numColumns - [[#variablec02bc840]], 0)); ((GridData) [[#variablec02bc940]].getLayoutData()).widthHint = 0; |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#c02bca00]] | fDestinationLabel |
| 1 | 2 | [[#c02bca00]] | //For Entering location of custom doclet fDocletTypeLabel |
| 1 | 3 | [[#c02bca00]] | fDocletLabel |
| 2 | 1 | [[#c02bc9a0]] | JavadocTreeWizardPage_destinationfield_label |
| 2 | 2 | [[#c02bc9a0]] | JavadocTreeWizardPage_docletnamefield_label |
| 2 | 3 | [[#c02bc9a0]] | JavadocTreeWizardPage_docletpathfield_label |
| 3 | 1 | [[#c02bc960]] | HORIZONTAL_ALIGN_FILL |
| 3 | 2 | [[#c02bc960]] | HORIZONTAL_ALIGN_BEGINNING |
| 3 | 3 | [[#c02bc960]] | HORIZONTAL_ALIGN_BEGINNING |
| 4 | 1 | [[#c02bc940]] | fDestinationText |
| 4 | 2 | [[#c02bc940]] | fDocletTypeText |
| 4 | 3 | [[#c02bc940]] | fDocletText |
| 5 | 1 | [[#c2e3c220]] | FILL_HORIZONTAL |
| 5 | 2 | [[#c2e3c220]] | HORIZONTAL_ALIGN_FILL |
| 5 | 3 | [[#c2e3c220]] | HORIZONTAL_ALIGN_FILL |
| 6 | 1 | [[#c02bc840]] | 2 |
| 6 | 2 | [[#c02bc840]] | 1 |
| 6 | 3 | [[#c02bc840]] | 1 |