CloneSet3254


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16396
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionComponent.java
26415
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionComponent.java
Clone Instance
1
Line Count
6
Source Line
396
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionComponent.java

                                                if (ws == null || (ws.isAggregateWorkingSet() && ws.isEmpty())) {
                                                        fScope = SearchEngine.createWorkspaceScope();
                                                        fTitleLabel.setText(null);
                                                }
                                                else   {
                                                        fScope = JavaSearchScopeFactory.getInstance().createJavaSearchScope(ws, true);
                                                        fTitleLabel.setText(ws.getLabel());
                                                }


Clone Instance
2
Line Count
6
Source Line
415
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionComponent.java

                        if (ws == null || (ws.isAggregateWorkingSet() && ws.isEmpty())) {
                                fScope = SearchEngine.createWorkspaceScope();
                                fTitleLabel.setText(null);
                        }
                        else   {
                                fScope = JavaSearchScopeFactory.getInstance().createJavaSearchScope(ws, true);
                                fTitleLabel.setText(ws.getLabel());
                        }


Clone AbstractionParameter Count: 0Parameter Bindings

if (ws == null || (ws.isAggregateWorkingSet() && ws.isEmpty())) {
  fScope = SearchEngine.createWorkspaceScope();
  fTitleLabel.setText(null);
}
else {
  fScope = JavaSearchScopeFactory.getInstance().createJavaSearchScope(ws, true);
  fTitleLabel.setText(ws.getLabel());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None