Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 123 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetDeploymentTool.java |
2 | 2 | 181 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.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; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |