CloneSet1123


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12129
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/DDCreator.java
22184
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/Ejbc.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
129
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/DDCreator.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);
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
184
Source File
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 (as a string) to use.
 */
public void setClasspath(String s) {
  this.classpath = FileUtils.translatePath(s);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None