Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 129 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/DDCreator.java |
2 | 2 | 184 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/Ejbc.java |
| |||||
/** * Set the classpath to be used for this compilation. * * @param s the classpath to use for the ddcreator tool. */ public void setClasspath(String s) { this.classpath = FileUtils.translatePath(s); } |
| |||||
/** * Set the classpath to be used for this compilation. * @param s the classpath (as a string) to use. */ public void setClasspath(String s) { this.classpath = FileUtils.translatePath(s); } |
| |||
/** * Set the classpath to be used for this compilation. * * @param s the classpath to use for the ddcreator tool. */ /** * Set the classpath to be used for this compilation. * @param s the classpath (as a string) to use. */ public void setClasspath(String s) { this.classpath = FileUtils.translatePath(s); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |