CloneSet6459


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3240.965statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13161
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java
23221
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.java
Clone Instance
1
Line Count
3
Source Line
161
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocSpecificsWizardPage.java

                fOverViewBrowseButton.addSelectionListener(new SelectionAdapter() {
                        public void widgetSelected(SelectionEvent event) {
                                handleFileBrowseButtonPressed(fOverViewText, new String[] {
                                                                                            "*.html"
                                                                                          },            JavadocExportMessages.JavadocSpecificsWizardPage_overviewbrowsedialog_title);  //$NON-NLS-1$
                        }
                                                           } );


Clone Instance
2
Line Count
3
Source Line
221
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javadocexport/JavadocStandardWizardPage.java

                fStyleSheetBrowseButton.addSelectionListener(new SelectionAdapter() {
                        public void widgetSelected(SelectionEvent event) {
                                handleFileBrowseButtonPressed(fStyleSheetText, new String[] {
                                                                                              "*.css"
                                                                                            },           JavadocExportMessages.JavadocSpecificsWizardPage_stylesheetbrowsedialog_title);  //$NON-NLS-1$
                        }
                                                             } );


Clone AbstractionParameter Count: 4Parameter Bindings

 [[#variable60e5e140]].addSelectionListener(new SelectionAdapter() {
                                              public void widgetSelected(SelectionEvent event) {
                                                handleFileBrowseButtonPressed( [[#variable60e5e0c0]], new String[] {
                                                                                                                      [[#variable60e5e060]]
                                                                                                                   }, JavadocExportMessages. [[#variable60e5e000]]); //$NON-NLS-1$
                                              }
                                            } );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#60e5e140]]
fStyleSheetBrowseButton 
12[[#60e5e140]]
fOverViewBrowseButton 
21[[#60e5e0c0]]
fStyleSheetText 
22[[#60e5e0c0]]
fOverViewText 
31[[#60e5e060]]
"*.css" 
32[[#60e5e060]]
"*.html" 
41[[#60e5e000]]
JavadocSpecificsWizardPage_stylesheetbrowsedialog_title 
42[[#60e5e000]]
JavadocSpecificsWizardPage_overviewbrowsedialog_title