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.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 275 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletParametersTab.java |
2 | 5 | 281 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletParametersTab.java |
| ||||
try { Integer.parseInt(getWidthText()); } catch (NumberFormatException nfe) { setErrorMessage(LauncherMessages.appletlauncher_argumenttab_width_error_notaninteger); return false; } |
| ||||
try { Integer.parseInt(getHeightText()); } catch (NumberFormatException nfe) { setErrorMessage(LauncherMessages.appletlauncher_argumenttab_height_error_notaninteger); return false; } |
| |||
try { Integer.parseInt( [[#variable96136120]]()); } catch (NumberFormatException nfe) { setErrorMessage(LauncherMessages. [[#variable96135fe0]]); return false; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#96136120]] | getHeightText |
1 | 2 | [[#96136120]] | getWidthText |
2 | 1 | [[#96135fe0]] | appletlauncher_argumenttab_height_error_notaninteger |
2 | 2 | [[#96135fe0]] | appletlauncher_argumenttab_width_error_notaninteger |