Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 0 | 1.000 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 136 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java |
2 | 4 | 61 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/JavaResource.java |
3 | 4 | 212 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/XMLCatalog.java |
| |||||
if (this.classpath == null) { this.classpath = classpath; } else { this.classpath.append(classpath); } |
| |||||
if (this.classpath == null) { this.classpath = classpath; } else { this.classpath.append(classpath); } |
| |||||
if (this.classpath == null) { this.classpath = classpath; } else { this.classpath.append(classpath); } |
| |||
if (this.classpath == null) { this.classpath = classpath; } else { this.classpath.append(classpath); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |