Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 371 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletParametersTab.java |
2 | 3 | 375 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletParametersTab.java |
| ||||
try { configuration.setAttribute(IJavaLaunchConfigurationConstants.ATTR_APPLET_WIDTH, Integer.parseInt(getWidthText())); } catch (NumberFormatException e) { } |
| ||||
try { configuration.setAttribute(IJavaLaunchConfigurationConstants.ATTR_APPLET_HEIGHT, Integer.parseInt(getHeightText())); } catch (NumberFormatException e) { } |
| |||
try { configuration.setAttribute(IJavaLaunchConfigurationConstants. [[#variableb1a693c0]], Integer.parseInt( [[#variableb1a69860]]())); } catch (NumberFormatException e) { } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b1a693c0]] | ATTR_APPLET_HEIGHT |
1 | 2 | [[#b1a693c0]] | ATTR_APPLET_WIDTH |
2 | 1 | [[#b1a69860]] | getHeightText |
2 | 2 | [[#b1a69860]] | getWidthText |