CloneSet1416


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
12123
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetDeploymentTool.java
22181
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
123
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetDeploymentTool.java

/**
 * Setter method used to store the "home" directory of the user's iAS
 * installation.  The directory specified should typically be
 * <code>[install-location]/iplanet/ias6/ias</code>.
 *
 * @param iashome The home directory for the user's iAS installation.
 */
public void setIashome(File iashome) {
  this.iashome = iashome;
}


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

/**
 * May be used to specify the "home" directory for this iAS installation.
 * The directory specified should typically be
 * <code>[install-location]/iplanet/ias6/ias</code>.
 *
 * @param iashome The home directory for the user's iAS installation.
 */
public void setIashome(File iashome) {
  this.iashome = iashome;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * May be used to specify the "home" directory for this iAS installation.
     * The directory specified should typically be
     * <code>[install-location]/iplanet/ias6/ias</code>.
     *
     * @param iashome The home directory for the user's iAS installation.
     */
/**
     * Setter method used to store the "home" directory of the user's iAS
     * installation.  The directory specified should typically be
     * <code>[install-location]/iplanet/ias6/ias</code>.
     *
     * @param iashome The home directory for the user's iAS installation.
     */
public void setIashome(File iashome) {
  this.iashome = iashome;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None