Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 1 | 0.953 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1685 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java |
2 | 4 | 311 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java |
3 | 4 | 414 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Javah.java |
| |||||
if (classpath == null) { classpath = (new Path(getProject())).concatSystemClasspath("last"); } else { classpath = classpath.concatSystemClasspath("ignore"); } |
| |||||
if (classpath == null) { cp = (new Path(getProject())).concatSystemClasspath("last"); } else { cp = classpath.concatSystemClasspath("ignore"); } |
| |||||
if (classpath == null) { classpath = (new Path(getProject())).concatSystemClasspath("last"); } else { classpath = classpath.concatSystemClasspath("ignore"); } |
| |||
if (classpath == null) { [[#variable13170f80]]= (new Path(getProject())).concatSystemClasspath("last"); } else { [[#variable13170f80]]= classpath.concatSystemClasspath("ignore"); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13170f80]] | classpath |
1 | 2 | [[#13170f80]] | cp |
1 | 3 | [[#13170f80]] | classpath |