CloneSet9457


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


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

                try {
                        Integer.parseInt(getHeightText());
                } catch (NumberFormatException nfe) {
                        setErrorMessage(LauncherMessages.appletlauncher_argumenttab_height_error_notaninteger);
                        return false;
                  }


Clone AbstractionParameter Count: 2Parameter Bindings

try {
  Integer.parseInt( [[#variable96136120]]());
}
catch (NumberFormatException nfe) {
  setErrorMessage(LauncherMessages. [[#variable96135fe0]]);
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#96136120]]
getHeightText 
12[[#96136120]]
getWidthText 
21[[#96135fe0]]
appletlauncher_argumenttab_height_error_notaninteger 
22[[#96135fe0]]
appletlauncher_argumenttab_width_error_notaninteger