Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 2 | 0.959 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 464 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java |
2 | 2 | 556 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java |
3 | 2 | 241 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.java |
4 | 2 | 152 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SortMembersAction.java |
5 | 2 | 237 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SortMembersAction.java |
| ||||
catch (CoreException e) { ExceptionHandler.handle(e, shell, getDialogTitle(), null); } |
| ||||
catch (InvocationTargetException e) { ExceptionHandler.handle(e, shell, getDialogTitle(), null); } |
| ||||
catch (InvocationTargetException exception) { ExceptionHandler.handle(exception, shell, getDialogTitle(), null); } |
| ||||
catch (CoreException e) { ExceptionHandler.handle(e, shell, getDialogTitle(), null); } |
| ||||
catch (InvocationTargetException e) { ExceptionHandler.handle(e, shell, getDialogTitle(), null); } |
| |||
catch ( [[#variable592a8720]] [[#variable592a8680]]) { ExceptionHandler.handle( [[#variable592a8680]], shell, getDialogTitle(), null); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#592a8720]] | InvocationTargetException |
1 | 2 | [[#592a8720]] | CoreException |
1 | 3 | [[#592a8720]] | InvocationTargetException |
1 | 4 | [[#592a8720]] | InvocationTargetException |
1 | 5 | [[#592a8720]] | CoreException |
2 | 1 | [[#592a8680]] | e |
2 | 2 | [[#592a8680]] | e |
2 | 3 | [[#592a8680]] | exception |
2 | 4 | [[#592a8680]] | e |
2 | 5 | [[#592a8680]] | e |