Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 1199 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
2 | 4 | 2922 | plugins/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/Main.java |
| ||||
if (currentClasspath != null) { paths.add(currentClasspath); } else { // we go on anyway this.logger.logIncorrectClasspath(currentClasspathName); } |
| ||||
if (currentClasspath != null) { classpaths.add(currentClasspath); } else { this.logger.logIncorrectClasspath(token); // should not happen - we go on anyway } |
| |||
if (currentClasspath != null) { [[#variablebc2d8100]].add(currentClasspath); } else { // we go on anyway this.logger.logIncorrectClasspath( [[#variablebc2d80a0]]); // should not happen - we go on anyway } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bc2d8100]] | classpaths |
1 | 2 | [[#bc2d8100]] | paths |
2 | 1 | [[#bc2d80a0]] | token |
2 | 2 | [[#bc2d80a0]] | currentClasspathName |