Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.986 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 141 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java |
2 | 7 | 391 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/JavaProjectWizardSecondPage.java |
| ||||
try { getContainer().run(true, false, new WorkspaceModifyDelegatingOperation(op)); } catch (InvocationTargetException e) { final String title = NewWizardMessages.JavaProjectWizardSecondPage_error_title; final String message = NewWizardMessages.JavaProjectWizardSecondPage_error_message; ExceptionHandler.handle(e, getShell(), title, message); } catch ( InterruptedException e) { // cancel pressed } |
| ||||
try { getContainer().run(true, true, new WorkspaceModifyDelegatingOperation(op)); } catch (InvocationTargetException e) { final String title = NewWizardMessages.JavaProjectWizardSecondPage_error_remove_title; final String message = NewWizardMessages.JavaProjectWizardSecondPage_error_remove_message; ExceptionHandler.handle(e, getShell(), title, message); } catch ( InterruptedException e) { // cancel pressed } |
| |||
try { getContainer().run(true, [[#variable571bc9c0]], new WorkspaceModifyDelegatingOperation(op)); } catch (InvocationTargetException e) { final String title = NewWizardMessages. [[#variable571bca20]]; final String message = NewWizardMessages. [[#variable571bca00]]; ExceptionHandler.handle(e, getShell(), title, message); } catch (InterruptedException e) { // cancel pressed } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#571bc9c0]] | true |
1 | 2 | [[#571bc9c0]] | false |
2 | 1 | [[#571bca20]] | JavaProjectWizardSecondPage_error_remove_title |
2 | 2 | [[#571bca20]] | JavaProjectWizardSecondPage_error_title |
3 | 1 | [[#571bca00]] | JavaProjectWizardSecondPage_error_remove_message |
3 | 2 | [[#571bca00]] | JavaProjectWizardSecondPage_error_message |