Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 352 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/TokenFilter.java |
2 | 10 | 118 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/PathConvert.java |
| |||||
/** * the from attribute * * @param from the string to replace */ public void setFrom(String from) { this.from = from; } /** * the to attribute * * @param to the string to replace 'from' with */ public void setTo(String to) { this.to = to; } |
| |||||
/** * Set the "from" attribute of the map entry. * @param from the prefix string to search for; required. * Note that this value is case-insensitive when the build is * running on a Windows platform and case-sensitive when running on * a Unix platform. */ public void setFrom(String from) { this.from = from; } /** * Set the replacement text to use when from is matched; required. * @param to new prefix. */ public void setTo(String to) { this.to = to; } |
| |||
/** * Set the "from" attribute of the map entry. * @param from the prefix string to search for; required. * Note that this value is case-insensitive when the build is * running on a Windows platform and case-sensitive when running on * a Unix platform. */ /** * the from attribute * * @param from the string to replace */ public void setFrom(String from) { this.from = from; } /** * Set the replacement text to use when from is matched; required. * @param to new prefix. */ /** * the to attribute * * @param to the string to replace 'from' with */ public void setTo(String to) { this.to = to; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |