Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 108 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/EmailTask.java |
2 | 2 | 76 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/Mailer.java |
3 | 2 | 92 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/splash/SplashTask.java |
| |||||
/** * Set the user for SMTP auth; this requires JavaMail. * @param user the String username. * @since Ant 1.6 */ public void setUser(String user) { this.user = user; } |
| |||||
/** * Set the user for smtp auth. * * @param user the username. * @since Ant 1.6 */ public void setUser(String user) { this.user = user; } |
| |||||
/** * Proxy user; optional, default =none. * @param user the proxy user */ public void setUser(String user) { this.user = user; } |
| |||
/** * Set the user for smtp auth. * * @param user the username. * @since Ant 1.6 */ /** * Proxy user; optional, default =none. * @param user the proxy user */ /** * Set the user for SMTP auth; this requires JavaMail. * @param user the String username. * @since Ant 1.6 */ public void setUser(String user) { this.user = user; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |