CloneSet6866


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.991catch_statements
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16160
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/PackageSelectionDialog.java
26209
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/TypeSelectionDialog2.java
Clone Instance
1
Line Count
6
Source Line
160
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/dialogs/PackageSelectionDialog.java

                  catch (InvocationTargetException e) {
                        ExceptionHandler.handle(e, JavaUIMessages.PackageSelectionDialog_error_title, JavaUIMessages.TypeSelectionDialog_error3Message);
                        return CANCEL;
                  }
                  catch (InterruptedException e) {
                        // cancelled by user
                        return CANCEL;
                  }


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

                  catch (InvocationTargetException e) {
                        ExceptionHandler.handle(e, JavaUIMessages.TypeSelectionDialog_error3Title, JavaUIMessages.TypeSelectionDialog_error3Message);
                        return CANCEL;
                  }
                  catch (InterruptedException e) {
                        // cancelled by user
                        return CANCEL;
                  }


Clone AbstractionParameter Count: 1Parameter Bindings

catch (InvocationTargetException e) {
  ExceptionHandler.handle(e, JavaUIMessages. [[#variable539e2d20]], JavaUIMessages.TypeSelectionDialog_error3Message);
  return CANCEL;
}
catch (InterruptedException e) {
  // cancelled by user
  return CANCEL;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#539e2d20]]
PackageSelectionDialog_error_title 
12[[#539e2d20]]
TypeSelectionDialog_error3Title