CloneSet1532


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6330.973executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
162849
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
272901
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
362932
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java
Clone Instance
1
Line Count
6
Source Line
2849
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                                     {
                String[] paths = new String[bootclasspathsSize];
                bootclasspaths.toArray(paths);
                bootclasspaths.clear();
                for (int i = 0; i < bootclasspathsSize; i++) {
                        processPathEntries(DEFAULT_SIZE_CLASSPATH, bootclasspaths, paths[i], customEncoding, false, false);
                }
                                     }


Clone Instance
2
Line Count
7
Source Line
2901
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                                    {
                String[] paths = new String[classpathsSize];
                classpaths.toArray(paths);
                classpaths.clear();
                for (int i = 0; i < classpathsSize; i++) {
                        processPathEntries(DEFAULT_SIZE_CLASSPATH, classpaths, paths[i], 
                                        customEncoding, false, false);
                }
                                    }


Clone Instance
3
Line Count
6
Source Line
2932
Source File
plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java

                                           {
                String[] paths = new String[sourcepathClasspathsSize];
                sourcepathClasspaths.toArray(paths);
                sourcepathClasspaths.clear();
                for (int i = 0; i < sourcepathClasspathsSize; i++) {
                        processPathEntries(DEFAULT_SIZE_CLASSPATH, sourcepathClasspaths, paths[i], customEncoding, true, false);
                }
                                           }


Clone AbstractionParameter Count: 3Parameter Bindings

{
  String[] paths = new String[ [[#variable58d7b480]]];
   [[#variable58d7b3e0]].toArray(paths);
   [[#variable58d7b3e0]].clear();
  for (int i = 0; i <  [[#variable58d7b480]]; i++) {
    processPathEntries(DEFAULT_SIZE_CLASSPATH,  [[#variable58d7b3e0]], paths[i], customEncoding,  [[#variable58d7b360]], false);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#58d7b480]]
bootclasspathsSize 
12[[#58d7b480]]
classpathsSize 
13[[#58d7b480]]
sourcepathClasspathsSize 
21[[#58d7b3e0]]
bootclasspaths 
22[[#58d7b3e0]]
classpaths 
23[[#58d7b3e0]]
sourcepathClasspaths 
31[[#58d7b360]]
false 
32[[#58d7b360]]
false 
33[[#58d7b360]]
true