Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.987 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 482 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java |
2 | 2 | 484 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/AddUnimplementedConstructorsAction.java |
3 | 2 | 189 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/OverrideMethodsAction.java |
| ||||
catch (JavaModelException e) { ExceptionHandler.handle(e, getShell(), getDialogTitle(), null); } |
| ||||
catch (CoreException e) { ExceptionHandler.handle(e, getShell(), getDialogTitle(), null); } |
| ||||
catch (JavaModelException e) { ExceptionHandler.handle(e, getShell(), getDialogTitle(), null); } |
| |||
catch ( [[#variable6145d8a0]] e) { ExceptionHandler.handle(e, getShell(), getDialogTitle(), null); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6145d8a0]] | CoreException |
1 | 2 | [[#6145d8a0]] | JavaModelException |
1 | 3 | [[#6145d8a0]] | JavaModelException |