Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 99 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/IsReachable.java |
2 | 2 | 153 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/EmailTask.java |
3 | 2 | 57 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/email/Mailer.java |
4 | 2 | 59 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ssh/SSHBase.java |
| |||||
/** * Set the host to ping. * * @param host the host to ping. */ public void setHost(String host) { this.host = host; } |
| |||||
/** * Set the host. * * @param host The host to connect to. */ public void setMailhost(String host) { this.host = host; } |
| |||||
// CheckStyle:VisibilityModifier ON /** * Set the mail server. * * @param host the mail server name. */ public void setHost(String host) { this.host = host; } |
| |||||
/** * Remote host, either DNS name or IP. * * @param host The new host value */ public void setHost(String host) { this.host = host; } |
| |||
// CheckStyle:VisibilityModifier ON /** * Set the mail server. * * @param host the mail server name. */ /** * Set the host. * * @param host The host to connect to. */ /** * Set the host to ping. * * @param host the host to ping. */ /** * Remote host, either DNS name or IP. * * @param host The new host value */ public void [[#variable13034920]](String host) { this.host = host; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13034920]] | setHost |
1 | 2 | [[#13034920]] | setMailhost |
1 | 3 | [[#13034920]] | setHost |
1 | 4 | [[#13034920]] | setHost |