CloneSet8117


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1394
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/CheckedListDialogField.java
23275
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/CheckedListDialogField.java
Clone Instance
1
Line Count
3
Source Line
94
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/CheckedListDialogField.java

                                    {
                        ((CheckboxTableViewer) fTable).setCheckedElements(fCheckedElements.toArray());
                        ((CheckboxTableViewer) fTable).setGrayedElements(fGrayedElements.toArray());
                                    }


Clone Instance
2
Line Count
3
Source Line
275
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/dialogfields/CheckedListDialogField.java

                                              {
                        ((CheckboxTableViewer) fTable).setCheckedElements(fCheckedElements.toArray());
                        ((CheckboxTableViewer) fTable).setGrayedElements(fGrayedElements.toArray());
                                              }


Clone AbstractionParameter Count: 0Parameter Bindings

{
  ((CheckboxTableViewer) fTable).setCheckedElements(fCheckedElements.toArray());
  ((CheckboxTableViewer) fTable).setGrayedElements(fGrayedElements.toArray());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None