CloneSet9570


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.973statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13236
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInputWizardPage.java
23263
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInputWizardPage.java
Clone Instance
1
Line Count
3
Source Line
236
Source File
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInputWizardPage.java

                fLeaveDelegateCheckBox.addSelectionListener(new SelectionAdapter() {
                        public void widgetSelected(SelectionEvent e) {
                                refactoring.setDelegateUpdating(fLeaveDelegateCheckBox.getSelection());
                        }
                                                            } );


Clone Instance
2
Line Count
3
Source Line
263
Source File
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInputWizardPage.java

                        fLeaveDelegateCheckBox.addSelectionListener(new SelectionAdapter() {
                                public void widgetSelected(SelectionEvent e) {
                                        fDeprecateDelegateCheckBox.setEnabled(fLeaveDelegateCheckBox.getSelection());
                                }
                                                                    } );


Clone AbstractionParameter Count: 2Parameter Bindings

fLeaveDelegateCheckBox.addSelectionListener(new SelectionAdapter() {
                                              public void widgetSelected(SelectionEvent e) {
                                                 [[#variable9e6f1640]]. [[#variable9e6f15a0]](fLeaveDelegateCheckBox.getSelection());
                                              }
                                            } );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#9e6f1640]]
fDeprecateDelegateCheckBox 
12[[#9e6f1640]]
refactoring 
21[[#9e6f15a0]]
setEnabled 
22[[#9e6f15a0]]
setDelegateUpdating