Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.959 | catch_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 238 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/HintTextGroup.java |
2 | 3 | 198 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/newsourcepage/NewSourceContainerWorkbookPage.java |
| ||||
catch (InvocationTargetException err) { ExceptionHandler.handle(err, getShell(), Messages.format(NewWizardMessages.HintTextGroup_Exception_Title, action.getName()), err.getMessage()); } |
| ||||
catch (InvocationTargetException e) { ExceptionHandler.handle(e, getShell(), Messages.format(NewWizardMessages.NewSourceContainerWorkbookPage_Exception_Title, op.getName()), e.getMessage()); } |
| |||
catch (InvocationTargetException [[#variable650a5820]]) { ExceptionHandler.handle( [[#variable650a5820]], getShell(), Messages.format(NewWizardMessages. [[#variable65174420]], [[#variable65174500]].getName()), [[#variable650a5820]].getMessage()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#650a5820]] | err |
1 | 2 | [[#650a5820]] | e |
2 | 1 | [[#65174420]] | HintTextGroup_Exception_Title |
2 | 2 | [[#65174420]] | NewSourceContainerWorkbookPage_Exception_Title |
3 | 1 | [[#65174500]] | action |
3 | 2 | [[#65174500]] | op |