CloneSet7168


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.990class_body_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1278
plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/util/ExceptionHandler.java
2280
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/ExceptionHandler.java
Clone Instance
1
Line Count
2
Source Line
78
Source File
plugins/org.eclipse.jdt.apt.ui/src/org/eclipse/jdt/apt/ui/internal/util/ExceptionHandler.java

        /**
         * Handles the given <code>InvocationTargetException</code>. The workbench shell is used 
         * as a parent for the dialog window.
         * 
         * @param e the <code>InvocationTargetException</code> to be handled
         * @param title the dialog window's window title
         * @param message message to be displayed by the dialog window
         */
        public static void handle(InvocationTargetException e, String title, String message) {
                handle(e, AptUIPlugin.getActiveWorkbenchShell(), title, message);
        }


Clone Instance
2
Line Count
2
Source Line
80
Source File
plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/ExceptionHandler.java

        /**
         * Handles the given <code>InvocationTargetException</code>. The workbench shell is used 
         * as a parent for the dialog window.
         * 
         * @param e the <code>InvocationTargetException</code> to be handled
         * @param title the dialog window's window title
         * @param message message to be displayed by the dialog window
         */
        public static void handle(InvocationTargetException e, String title, String message) {
                handle(e, JavaPlugin.getActiveWorkbenchShell(), title, message);
        }


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * Handles the given <code>InvocationTargetException</code>. The workbench shell is used 
         * as a parent for the dialog window.
         * 
         * @param e the <code>InvocationTargetException</code> to be handled
         * @param title the dialog window's window title
         * @param message message to be displayed by the dialog window
         */
public static void handle(InvocationTargetException e, String title, String message) {
  handle(e,  [[#variable568c7d40]].getActiveWorkbenchShell(), title, message);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#568c7d40]]
AptUIPlugin 
12[[#568c7d40]]
JavaPlugin