CloneSet2609


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.996statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11159
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/SelectDefaultSystemLibraryQuickFix.java
211106
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/SelectSystemLibraryQuickFix.java
Clone Instance
1
Line Count
11
Source Line
59
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/SelectDefaultSystemLibraryQuickFix.java

                        try {
                                PlatformUI.getWorkbench().getProgressService().busyCursorWhile(runnable);
                        } catch (InvocationTargetException e) {
                                if (e.getTargetException() instanceof CoreException) {
                                        throw (CoreException) e.getTargetException();
                                }
                                throw new CoreException(new Status(IStatus.ERROR, 
                                        JDIDebugUIPlugin.getUniqueIdentifier(), 
                                        IJavaDebugUIConstants.INTERNAL_ERROR, 
                                        LauncherMessages.SelectDefaultSystemLibraryQuickFix_An_exception_occurred_while_updating_the_default_system_library__3, e.getTargetException()));
                          }
                          catch (InterruptedException e) {
                                // cancelled
                          }


Clone Instance
2
Line Count
11
Source Line
106
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/launcher/SelectSystemLibraryQuickFix.java

                try {
                        PlatformUI.getWorkbench().getProgressService().busyCursorWhile(runnable);
                } catch (InvocationTargetException e) {
                        if (e.getTargetException() instanceof CoreException) {
                                throw (CoreException) e.getTargetException();
                        }
                        throw new CoreException(new Status(IStatus.ERROR, 
                                JDIDebugUIPlugin.getUniqueIdentifier(), 
                                IJavaDebugUIConstants.INTERNAL_ERROR, 
                                LauncherMessages.JREContainerResolution_An_exception_occurred_while_updating_the_classpath__1, e.getTargetException()));
                  }
                  catch (InterruptedException e) {
                        // cancelled
                  }


Clone AbstractionParameter Count: 1Parameter Bindings

try {
  PlatformUI.getWorkbench().getProgressService().busyCursorWhile(runnable);
}
catch (InvocationTargetException e) {
  if (e.getTargetException() instanceof CoreException) {
    throw (CoreException) e.getTargetException();
  }
  throw new CoreException(new Status(IStatus.ERROR, JDIDebugUIPlugin.getUniqueIdentifier(), IJavaDebugUIConstants.INTERNAL_ERROR, LauncherMessages. [[#variable7de9f3c0]], e.getTargetException()));
}
catch (InterruptedException e) {
// cancelled
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#7de9f3c0]]
SelectDefaultSystemLibraryQuickFix_An_exception_occurred_while_updating_the_default_system_library__3 
12[[#7de9f3c0]]
JREContainerResolution_An_exception_occurred_while_updating_the_classpath__1