| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 3 | 4 | 3 | 0.966 | catch_statement |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 3 | 246 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/callhierarchy/CallHierarchyUI.java |
| 2 | 4 | 78 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/OpenTypeHierarchyUtil.java |
| 3 | 4 | 82 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/OpenTypeHierarchyUtil.java |
| 4 | 3 | 100 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/util/OpenTypeHierarchyUtil.java |
| ||||
catch (CoreException e) {
ExceptionHandler.handle(e, window.getShell(),
CallHierarchyMessages.CallHierarchyUI_error_open_view, e.getMessage());
}
|
| ||||
catch (WorkbenchException e) {
ExceptionHandler.handle(e, window.getShell(),
JavaUIMessages.OpenTypeHierarchyUtil_error_open_perspective,
e.getMessage() );
}
|
| ||||
catch (JavaModelException e) {
ExceptionHandler.handle(e, window.getShell(),
JavaUIMessages.OpenTypeHierarchyUtil_error_open_editor,
e.getMessage() );
}
|
| ||||
catch (CoreException e) {
ExceptionHandler.handle(e, window.getShell(),
JavaUIMessages.OpenTypeHierarchyUtil_error_open_view, e.getMessage());
}
|
| |||
catch ( [[#variableb3c01140]] e) {
ExceptionHandler.handle(e, window.getShell(), [[#variableb3c00600]]. [[#variableb3c01160]], e.getMessage());
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b3c01140]] | CoreException |
| 1 | 2 | [[#b3c01140]] | CoreException |
| 1 | 3 | [[#b3c01140]] | JavaModelException |
| 1 | 4 | [[#b3c01140]] | WorkbenchException |
| 2 | 1 | [[#b3c00600]] | CallHierarchyMessages |
| 2 | 2 | [[#b3c00600]] | JavaUIMessages |
| 2 | 3 | [[#b3c00600]] | JavaUIMessages |
| 2 | 4 | [[#b3c00600]] | JavaUIMessages |
| 3 | 1 | [[#b3c01160]] | CallHierarchyUI_error_open_view |
| 3 | 2 | [[#b3c01160]] | OpenTypeHierarchyUtil_error_open_view |
| 3 | 3 | [[#b3c01160]] | OpenTypeHierarchyUtil_error_open_editor |
| 3 | 4 | [[#b3c01160]] | OpenTypeHierarchyUtil_error_open_perspective |