Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 10 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 167 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/CVSPass.java |
2 | 2 | 117 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/EmailTask.java |
3 | 2 | 86 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/Mailer.java |
4 | 2 | 203 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/JDBCTask.java |
5 | 2 | 392 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WLRun.java |
6 | 2 | 174 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/j2ee/AbstractHotDeploymentTool.java |
7 | 2 | 1067 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/net/FTP.java |
8 | 2 | 830 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/scm/AntStarTeamCheckOut.java |
9 | 2 | 100 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/splash/SplashTask.java |
10 | 2 | 114 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ssh/SSHUserInfo.java |
| |||||
/** * Password to be added to the password file. * * @param password the password. */ public void setPassword(String password) { this.password = password; } |
| |||||
/** * Set the password for SMTP auth; this requires JavaMail. * @param password the String password. * @since Ant 1.6 */ public void setPassword(String password) { this.password = password; } |
| |||||
/** * Set the password for smtp auth. * * @param password the authentication password. * @since Ant 1.6 */ public void setPassword(String password) { this.password = password; } |
| |||||
/** * Sets the password; required. * @param password The password to set */ public void setPassword(String password) { this.password = password; } |
| |||||
/** * Set the management password of the server; * optional and only applicable to WL6.0. * @param password the management pasword of the server. */ public void setPassword(String password) { this.managementPassword = password; } |
| |||||
/** * The password of the user; optional. * @param password A String representing the "password" attribute. */ public void setPassword(String password) { this.password = password; } |
| |||||
/** * Sets the login password for the given user id. * * @param password the password on the remote system. */ public void setPassword(String password) { this.password = password; } |
| |||||
/** * Sets the <CODE>password</CODE> attribute to the given value. * * @param password Your password for the specified StarTeam server. * @see #getPassword() */ public void setPassword(String password) { this.password = password; } |
| |||||
/** * Proxy password; required if <tt>user</tt> is set. * @param password the proxy password */ public void setPassword(String password) { this.password = password; } |
| |||||
/** * Sets the password. * @param password The password to set */ public void setPassword(String password) { this.password = password; } |
| |||
/** * Password to be added to the password file. * * @param password the password. */ /** * Set the management password of the server; * optional and only applicable to WL6.0. * @param password the management pasword of the server. */ /** * The password of the user; optional. * @param password A String representing the "password" attribute. */ /** * Sets the password; required. * @param password The password to set */ /** * Sets the <CODE>password</CODE> attribute to the given value. * * @param password Your password for the specified StarTeam server. * @see #getPassword() */ /** * Sets the password. * @param password The password to set */ /** * Set the password for smtp auth. * * @param password the authentication password. * @since Ant 1.6 */ /** * Proxy password; required if <tt>user</tt> is set. * @param password the proxy password */ /** * Set the password for SMTP auth; this requires JavaMail. * @param password the String password. * @since Ant 1.6 */ /** * Sets the login password for the given user id. * * @param password the password on the remote system. */ public void setPassword(String password) { this. [[#variablefe40840]]= password; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#fe40840]] | password |
1 | 2 | [[#fe40840]] | password |
1 | 3 | [[#fe40840]] | password |
1 | 4 | [[#fe40840]] | password |
1 | 5 | [[#fe40840]] | managementPassword |
1 | 6 | [[#fe40840]] | password |
1 | 7 | [[#fe40840]] | password |
1 | 8 | [[#fe40840]] | password |
1 | 9 | [[#fe40840]] | password |
1 | 10 | [[#fe40840]] | password |