Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.987 | catch_statements |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 225 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SelectImportsDialog.java |
2 | 5 | 257 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/snippeteditor/SelectImportsDialog.java |
| ||||
catch (JavaModelException jme) { String title = SnippetMessages.getString("SelectImportsDialog.Add_package_as_import_7"); //$NON-NLS-1$ String message = SnippetMessages.getString("SelectImportsDialog.Could_not_open_package_selection_dialog_8"); //$NON-NLS-1$ ExceptionHandler.handle(jme, title, message); return; } |
| ||||
catch (JavaModelException jme) { String title = SnippetMessages.getString("SelectImportsDialog.Add_Type_as_Import_12"); //$NON-NLS-1$ String message = SnippetMessages.getString("SelectImportsDialog.Could_not_open_class_selection_dialog_13"); //$NON-NLS-1$ ExceptionHandler.handle(jme, title, message); return; } |
| |||
catch (JavaModelException jme) { String title = SnippetMessages.getString( [[#variable51b7c0a0]]); //$NON-NLS-1$ String message = SnippetMessages.getString( [[#variable51b7c000]]); //$NON-NLS-1$ ExceptionHandler.handle(jme, title, message); return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#51b7c0a0]] | "SelectImportsDialog.Add_Type_as_Import_12" |
1 | 2 | [[#51b7c0a0]] | "SelectImportsDialog.Add_package_as_import_7" |
2 | 1 | [[#51b7c000]] | "SelectImportsDialog.Could_not_open_class_selection_dialog_13" |
2 | 2 | [[#51b7c000]] | "SelectImportsDialog.Could_not_open_package_selection_dialog_8" |