CloneSet1415


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
12453
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.java
22142
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/GenericDeploymentTool.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
453
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/EjbJar.java

/**
 * Set the destination directory. The EJB jar files will be written into
 * this directory. The jar files that exist in this directory are also
 * used when determining if the contents of the jar file have changed.
 * Note that this parameter is only used if no deployment tools are
 * specified. Typically each deployment tool will specify its own
 * destination directory.
 *
 * @param inDir the destination directory in which to generate jars
 */
public void setDestdir(File inDir) {
  this.destDir = inDir;
}


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

/**
 * Set the destination directory; required.
 * @param inDir the destination directory.
 */
public void setDestdir(File inDir) {
  this.destDir = inDir;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Set the destination directory. The EJB jar files will be written into
     * this directory. The jar files that exist in this directory are also
     * used when determining if the contents of the jar file have changed.
     * Note that this parameter is only used if no deployment tools are
     * specified. Typically each deployment tool will specify its own
     * destination directory.
     *
     * @param inDir the destination directory in which to generate jars
     */
/**
     * Set the destination directory; required.
     * @param inDir the destination directory.
     */
public void setDestdir(File inDir) {
  this.destDir = inDir;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None