| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 4 | 2 | 3 | 0.963 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 4 | 410 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletParametersTab.java |
| 2 | 4 | 415 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletParametersTab.java |
| ||||
try {
fWidthText.setText(Integer.toString(config.getAttribute(IJavaLaunchConfigurationConstants.ATTR_APPLET_WIDTH, DEFAULT_APPLET_WIDTH)));
} catch (CoreException ce) {
fWidthText.setText(Integer.toString(DEFAULT_APPLET_WIDTH));
}
|
| ||||
try {
fHeightText.setText(Integer.toString(config.getAttribute(IJavaLaunchConfigurationConstants.ATTR_APPLET_HEIGHT, DEFAULT_APPLET_HEIGHT)));
} catch (CoreException ce) {
fHeightText.setText(Integer.toString(DEFAULT_APPLET_HEIGHT));
}
|
| |||
try {
[[#variableb1ae3340]].setText(Integer.toString(config.getAttribute(IJavaLaunchConfigurationConstants. [[#variableb1ae32e0]], [[#variableb1ae32c0]])));
}
catch (CoreException ce) {
[[#variableb1ae3340]].setText(Integer.toString( [[#variableb1ae32c0]]));
}
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#b1ae3340]] | fHeightText |
| 1 | 2 | [[#b1ae3340]] | fWidthText |
| 2 | 1 | [[#b1ae32e0]] | ATTR_APPLET_HEIGHT |
| 2 | 2 | [[#b1ae32e0]] | ATTR_APPLET_WIDTH |
| 3 | 1 | [[#b1ae32c0]] | DEFAULT_APPLET_HEIGHT |
| 3 | 2 | [[#b1ae32c0]] | DEFAULT_APPLET_WIDTH |