CloneSet3874


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.994statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17525
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java
27542
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java
Clone Instance
1
Line Count
7
Source Line
525
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java

                finalCheckboxButton.addSelectionListener(new SelectionListener() {
                        public void widgetSelected(SelectionEvent event) {
                                visibilityChangeListener.modifierChanged(((Integer) event.widget.getData()).intValue(), ((Button) event.widget).getSelection());
                        }

                        public void widgetDefaultSelected(SelectionEvent event) {
                                widgetSelected(event);
                        }
                                                         } );


Clone Instance
2
Line Count
7
Source Line
542
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/SourceActionDialog.java

                syncCheckboxButton.addSelectionListener(new SelectionListener() {
                        public void widgetSelected(SelectionEvent event) {
                                visibilityChangeListener.modifierChanged(((Integer) event.widget.getData()).intValue(), ((Button) event.widget).getSelection());
                        }

                        public void widgetDefaultSelected(SelectionEvent event) {
                                widgetSelected(event);
                        }
                                                        } );


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable951ff120]].addSelectionListener(new SelectionListener() {
                                              public void widgetSelected(SelectionEvent event) {
                                                visibilityChangeListener.modifierChanged(((Integer) event.widget.getData()).intValue(), ((Button) event.widget).getSelection());
                                              }

                                              public void widgetDefaultSelected(SelectionEvent event) {
                                                widgetSelected(event);
                                              }
                                            } );
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#951ff120]]
finalCheckboxButton 
12[[#951ff120]]
syncCheckboxButton