Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 3 | 0.973 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 2849 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 7 | 2901 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
3 | 6 | 2932 | 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); } } |
| ||||
{ 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); } } |
| ||||
{ 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); } } |
| |||
{ 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58d7b480]] | bootclasspathsSize |
1 | 2 | [[#58d7b480]] | classpathsSize |
1 | 3 | [[#58d7b480]] | sourcepathClasspathsSize |
2 | 1 | [[#58d7b3e0]] | bootclasspaths |
2 | 2 | [[#58d7b3e0]] | classpaths |
2 | 3 | [[#58d7b3e0]] | sourcepathClasspaths |
3 | 1 | [[#58d7b360]] | false |
3 | 2 | [[#58d7b360]] | false |
3 | 3 | [[#58d7b360]] | true |