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.953 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 222 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java |
2 | 2 | 229 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaAddElementFromHistoryImpl.java |
3 | 2 | 94 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaCompareWithEditionActionImpl.java |
4 | 2 | 181 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaReplaceWithEditionActionImpl.java |
5 | 2 | 188 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/compare/JavaReplaceWithEditionActionImpl.java |
| ||||
catch (InvocationTargetException ex) { ExceptionHandler.handle(ex, shell, errorTitle, errorMessage); } |
| ||||
catch (CoreException ex) { ExceptionHandler.handle(ex, shell, errorTitle, errorMessage); } |
| ||||
catch (CoreException ex) { ExceptionHandler.handle(ex, getShell(), errorTitle, errorMessage); } |
| ||||
catch (InvocationTargetException ex) { ExceptionHandler.handle(ex, shell, errorTitle, errorMessage); } |
| ||||
catch (CoreException ex) { ExceptionHandler.handle(ex, shell, errorTitle, errorMessage); } |
| |||
catch ( [[#variable599dc620]] ex) { ExceptionHandler.handle(ex, [[#variable599dc5a0]], errorTitle, errorMessage); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#599dc620]] | CoreException |
1 | 2 | [[#599dc620]] | InvocationTargetException |
1 | 3 | [[#599dc620]] | CoreException |
1 | 4 | [[#599dc620]] | CoreException |
1 | 5 | [[#599dc620]] | InvocationTargetException |
2 | 1 | [[#599dc5a0]] | shell |
2 | 2 | [[#599dc5a0]] | shell |
2 | 3 | [[#599dc5a0]] | getShell() |
2 | 4 | [[#599dc5a0]] | shell |
2 | 5 | [[#599dc5a0]] | shell |