CloneSet456


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2510.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12149
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/JDBCTask.java
22218
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/GenericDeploymentTool.java
32288
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WLRun.java
42142
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/j2ee/AbstractHotDeploymentTool.java
52157
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/NetRexxC.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
149
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/JDBCTask.java

/**
 * Sets the classpath for loading the driver.
 * @param classpath The classpath to set
 */
public void setClasspath(Path classpath) {
  this.classpath = classpath;
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
218
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/GenericDeploymentTool.java

/**
 * 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;
}


Next
Previous
Clone Instance
3
Line Count
2
Source Line
288
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WLRun.java

/**
 * 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;
}


Next
Previous
Clone Instance
4
Line Count
2
Source Line
142
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/j2ee/AbstractHotDeploymentTool.java

/**
 *  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;
}


First
Previous
Clone Instance
5
Line Count
2
Source Line
157
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/NetRexxC.java

/**
 * Set the classpath used for NetRexx compilation.
 * @param classpath the classpath to use.
 */
public void setClasspath(String classpath) {
  this.classpath = classpath;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13131e40]]
Path 
12[[#13131e40]]
Path 
13[[#13131e40]]
Path 
14[[#13131e40]]
Path 
15[[#13131e40]]
String