Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.985 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 162 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OpenSuperImplementationAction.java |
2 | 4 | 95 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInPackageViewAction.java |
| ||||
catch (CoreException e) { JavaPlugin.log(e); String message = ActionMessages.OpenSuperImplementationAction_error_message; ErrorDialog.openError(getShell(), getDialogTitle(), message, e.getStatus()); } |
| ||||
catch (JavaModelException e) { JavaPlugin.log(e); String message = ActionMessages.ShowInPackageViewAction_error_message; ErrorDialog.openError(getShell(), getDialogTitle(), message, e.getStatus()); } |
| |||
catch ( [[#variablea3902e40]] e) { JavaPlugin.log(e); String message = ActionMessages. [[#variablea3902dc0]]; ErrorDialog.openError(getShell(), getDialogTitle(), message, e.getStatus()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3902e40]] | CoreException |
1 | 2 | [[#a3902e40]] | JavaModelException |
2 | 1 | [[#a3902dc0]] | OpenSuperImplementationAction_error_message |
2 | 2 | [[#a3902dc0]] | ShowInPackageViewAction_error_message |