Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.994 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 259 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletMainTab.java |
2 | 7 | 380 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaConnectTab.java |
| ||||
setMessage(null); String name = fProjText.getText().trim(); if (name.length() > 0) { if ( !ResourcesPlugin.getWorkspace().getRoot().getProject(name).exists()) { setErrorMessage(LauncherMessages.appletlauncher_maintab_project_error_doesnotexist); return false; } //end if } //end if |
| ||||
setMessage(null); // project String name = fProjText.getText().trim(); if (name.length() > 0) { if ( !ResourcesPlugin.getWorkspace().getRoot().getProject(name).exists()) { setErrorMessage(LauncherMessages.JavaConnectTab_Project_does_not_exist_14); return false; } //end if } //end if |
| |||
setMessage(null); // project String name = fProjText.getText().trim(); if (name.length() > 0) { if ( !ResourcesPlugin.getWorkspace().getRoot().getProject(name).exists()) { setErrorMessage(LauncherMessages. [[#variable57fc8100]]); return false; } //end if } //end if |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57fc8100]] | appletlauncher_maintab_project_error_doesnotexist |
1 | 2 | [[#57fc8100]] | JavaConnectTab_Project_does_not_exist_14 |