CloneSet9264


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.974statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14257
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractInterfaceWizard.java
24269
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractInterfaceWizard.java
Clone Instance
1
Line Count
4
Source Line
257
Source File
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractInterfaceWizard.java

                        fSelectAllButton.addSelectionListener(new SelectionAdapter() {
                                public void widgetSelected(SelectionEvent e) {
                                        fTableViewer.setAllChecked(true);
                                        ExtractInterfaceInputPage.this.updateUIElementEnablement();
                                }
                                                              } );


Clone Instance
2
Line Count
4
Source Line
269
Source File
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractInterfaceWizard.java

                        fDeselectAllButton.addSelectionListener(new SelectionAdapter() {
                                public void widgetSelected(SelectionEvent e) {
                                        fTableViewer.setAllChecked(false);
                                        ExtractInterfaceInputPage.this.updateUIElementEnablement();
                                }
                                                                } );


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variableb82291c0]].addSelectionListener(new SelectionAdapter() {
                                              public void widgetSelected(SelectionEvent e) {
                                                fTableViewer.setAllChecked( [[#variableb8229160]]);
                                                ExtractInterfaceInputPage.this.updateUIElementEnablement();
                                              }
                                            } );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b82291c0]]
fSelectAllButton 
12[[#b82291c0]]
fDeselectAllButton 
21[[#b8229160]]
true 
22[[#b8229160]]
false