CloneSet6660


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.982statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17341
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java
27271
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.java
Clone Instance
1
Line Count
7
Source Line
341
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/ListDialogField.java

                        if (fViewerSorter != null) {
                                fTable.setSorter(fViewerSorter);
                        }

                        fTableControl.setEnabled(isEnabled());
                        if (fSelectionWhenEnabled != null) {
                                postSetSelection(fSelectionWhenEnabled);
                        }


Clone Instance
2
Line Count
7
Source Line
271
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/TreeListDialogField.java

                        if (fViewerSorter != null) {
                                fTree.setSorter(fViewerSorter);
                        }

                        fTreeControl.setEnabled(isEnabled());
                        if (fSelectionWhenEnabled != null) {
                                postSetSelection(fSelectionWhenEnabled);
                        }


Clone AbstractionParameter Count: 2Parameter Bindings

if (fViewerSorter != null) {
   [[#variable6389ed20]].setSorter(fViewerSorter);
}
 [[#variable638d0660]].setEnabled(isEnabled());
if (fSelectionWhenEnabled != null) {
  postSetSelection(fSelectionWhenEnabled);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#6389ed20]]
fTree 
12[[#6389ed20]]
fTable 
21[[#638d0660]]
fTreeControl 
22[[#638d0660]]
fTableControl