Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 4 | 0.965 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 161 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java |
2 | 3 | 221 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.java |
| ||||
fOverViewBrowseButton.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent event) { handleFileBrowseButtonPressed(fOverViewText, new String[] { "*.html" }, JavadocExportMessages.JavadocSpecificsWizardPage_overviewbrowsedialog_title); //$NON-NLS-1$ } } ); |
| ||||
fStyleSheetBrowseButton.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent event) { handleFileBrowseButtonPressed(fStyleSheetText, new String[] { "*.css" }, JavadocExportMessages.JavadocSpecificsWizardPage_stylesheetbrowsedialog_title); //$NON-NLS-1$ } } ); |
| |||
[[#variable60e5e140]].addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent event) { handleFileBrowseButtonPressed( [[#variable60e5e0c0]], new String[] { [[#variable60e5e060]] }, JavadocExportMessages. [[#variable60e5e000]]); //$NON-NLS-1$ } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60e5e140]] | fStyleSheetBrowseButton |
1 | 2 | [[#60e5e140]] | fOverViewBrowseButton |
2 | 1 | [[#60e5e0c0]] | fStyleSheetText |
2 | 2 | [[#60e5e0c0]] | fOverViewText |
3 | 1 | [[#60e5e060]] | "*.css" |
3 | 2 | [[#60e5e060]] | "*.html" |
4 | 1 | [[#60e5e000]] | JavadocSpecificsWizardPage_stylesheetbrowsedialog_title |
4 | 2 | [[#60e5e000]] | JavadocSpecificsWizardPage_overviewbrowsedialog_title |