Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.973 | catch_statements[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 113 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/ShowInNavigatorViewAction.java |
2 | 3 | 135 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/actions/SurroundWithTryCatchAction.java |
| ||||
catch (InvocationTargetException e) { ExceptionHandler.handle(e, getDialogTitle(), ActionMessages.SelectionConverter_codeResolve_failed); } catch (InterruptedException e) { // cancelled } |
| ||||
catch (InvocationTargetException e) { ExceptionHandler.handle(e, getDialogTitle(), RefactoringMessages.SurroundWithTryCatchAction_exception); } catch (InterruptedException e) { // not cancelable } |
| |||
catch (InvocationTargetException e) { ExceptionHandler.handle(e, getDialogTitle(), [[#variablea11f5c40]]. [[#variable55753c40]]); } catch (InterruptedException e) { // cancelled // not cancelable } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a11f5c40]] | ActionMessages |
1 | 2 | [[#a11f5c40]] | RefactoringMessages |
2 | 1 | [[#55753c40]] | SelectionConverter_codeResolve_failed |
2 | 2 | [[#55753c40]] | SurroundWithTryCatchAction_exception |