| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 2 | 0.981 | statement_sequence[3] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 272 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletMainTab.java |
| 2 | 6 | 234 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/JavaMainTab.java |
| ||||
name = fAppletViewerClassText.getText().trim();
if (name.length() == 0) {
setErrorMessage(LauncherMessages.AppletMainTab_3);
return false;
} //end if
return true;
|
| ||||
name = fMainText.getText().trim();
if (name.length() == 0) {
setErrorMessage(LauncherMessages.JavaMainTab_Main_type_not_specified_16);
return false;
} //end if
return true;
|
| |||
name = [[#variable539f3840]].getText().trim();
if (name.length() == 0) {
setErrorMessage(LauncherMessages. [[#variable539f2d40]]);
return false;
} //end if
return true;
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#539f3840]] | fMainText |
| 1 | 2 | [[#539f3840]] | fAppletViewerClassText |
| 2 | 1 | [[#539f2d40]] | JavaMainTab_Main_type_not_specified_16 |
| 2 | 2 | [[#539f2d40]] | AppletMainTab_3 |