CloneSet9325


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1287
plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXLaunchingPlugin.java
22107
plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXLaunchingPlugin.java
Clone Instance
1
Line Count
2
Source Line
87
Source File
plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXLaunchingPlugin.java

                        // not started via java_swt -> now we require that the VM supports the "-XstartOnFirstThread" option
                        String[] newCmdLine = new String[cmdLine.length + 1];
                        int argCount = 0;


Clone Instance
2
Line Count
2
Source Line
107
Source File
plugins/org.eclipse.jdt.launching.macosx/macosx/org/eclipse/jdt/internal/launching/macosx/MacOSXLaunchingPlugin.java

                String[] newCmdLine = new String[cmdLine.length + 1];
                int argCount = 0;


Clone AbstractionParameter Count: 0Parameter Bindings

// not started via java_swt -> now we require that the VM supports the "-XstartOnFirstThread" option
String[] newCmdLine = new String[cmdLine.length + 1];
int argCount = 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None