CloneSet5316


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.963statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14410
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletParametersTab.java
24415
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletParametersTab.java
Clone Instance
1
Line Count
4
Source Line
410
Source File
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));
                  }


Clone Instance
2
Line Count
4
Source Line
415
Source File
plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/debug/ui/launchConfigurations/AppletParametersTab.java

                try {
                        fHeightText.setText(Integer.toString(config.getAttribute(IJavaLaunchConfigurationConstants.ATTR_APPLET_HEIGHT, DEFAULT_APPLET_HEIGHT)));
                } catch (CoreException ce) {
                        fHeightText.setText(Integer.toString(DEFAULT_APPLET_HEIGHT));
                  }


Clone AbstractionParameter Count: 3Parameter Bindings

try {
   [[#variableb1ae3340]].setText(Integer.toString(config.getAttribute(IJavaLaunchConfigurationConstants. [[#variableb1ae32e0]],  [[#variableb1ae32c0]])));
}
catch (CoreException ce) {
   [[#variableb1ae3340]].setText(Integer.toString( [[#variableb1ae32c0]]));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b1ae3340]]
fHeightText 
12[[#b1ae3340]]
fWidthText 
21[[#b1ae32e0]]
ATTR_APPLET_HEIGHT 
22[[#b1ae32e0]]
ATTR_APPLET_WIDTH 
31[[#b1ae32c0]]
DEFAULT_APPLET_HEIGHT 
32[[#b1ae32c0]]
DEFAULT_APPLET_WIDTH