Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 149 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/JDBCTask.java |
2 | 2 | 218 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/GenericDeploymentTool.java |
3 | 2 | 288 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WLRun.java |
4 | 2 | 142 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/j2ee/AbstractHotDeploymentTool.java |
5 | 2 | 157 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/NetRexxC.java |
| |||||
/** * Sets the classpath for loading the driver. * @param classpath The classpath to set */ public void setClasspath(Path classpath) { this.classpath = classpath; } |
| |||||
/** * Set the classpath to be used for this compilation. * * @param classpath the classpath to be used for this build. */ public void setClasspath(Path classpath) { this.classpath = classpath; } |
| |||||
/** * The classpath to be used with the Java Virtual Machine that runs the Weblogic * Server; required. Prior to Weblogic 6.0, this is typically set to the Weblogic * boot classpath. Under Weblogic 6.0 this should include all the * weblogic jars * * @param classpath the classpath to use when executing the weblogic server. */ public void setClasspath(Path classpath) { this.classpath = classpath; } |
| |||||
/** * The classpath to be passed to the JVM running the tool; * optional depending upon the tool. * The classpath may also be supplied as a nested element. * @param classpath A Path object representing the "classpath" attribute. */ public void setClasspath(Path classpath) { this.classpath = classpath; } |
| |||||
/** * Set the classpath used for NetRexx compilation. * @param classpath the classpath to use. */ public void setClasspath(String classpath) { this.classpath = classpath; } |
| |||
/** * Sets the classpath for loading the driver. * @param classpath The classpath to set */ /** * Set the classpath used for NetRexx compilation. * @param classpath the classpath to use. */ /** * The classpath to be used with the Java Virtual Machine that runs the Weblogic * Server; required. Prior to Weblogic 6.0, this is typically set to the Weblogic * boot classpath. Under Weblogic 6.0 this should include all the * weblogic jars * * @param classpath the classpath to use when executing the weblogic server. */ /** * Set the classpath to be used for this compilation. * * @param classpath the classpath to be used for this build. */ /** * The classpath to be passed to the JVM running the tool; * optional depending upon the tool. * The classpath may also be supplied as a nested element. * @param classpath A Path object representing the "classpath" attribute. */ public void setClasspath( [[#variable13131e40]] classpath) { this.classpath = classpath; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13131e40]] | Path |
1 | 2 | [[#13131e40]] | Path |
1 | 3 | [[#13131e40]] | Path |
1 | 4 | [[#13131e40]] | Path |
1 | 5 | [[#13131e40]] | String |