Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.975 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 2711 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
2 | 2 | 3088 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/JavaProject.java |
| ||||
// Read classpath file without creating markers nor logging problems IClasspathEntry[] classpath = this.readClasspathFile(false, false); // extract the output location IPath outputLocation = null; |
| ||||
IClasspathEntry[] classpath = this.readClasspathFile(true /*marker*/ , false /*log*/ ); IPath output = null; |
| |||
// Read classpath file without creating markers nor logging problems IClasspathEntry[] classpath = this.readClasspathFile( [[#variableb1dc6360]] /*marker*/ , false /*log*/ ); // extract the output location IPath [[#variableb1dc6480]]= null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b1dc6360]] | false |
1 | 2 | [[#b1dc6360]] | true |
2 | 1 | [[#b1dc6480]] | outputLocation |
2 | 2 | [[#b1dc6480]] | output |