Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 5 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1210 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/XSLTProcess.java |
2 | 10 | 40 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/optional/ScriptMapper.java |
3 | 8 | 35 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/FlatFileNameMapper.java |
4 | 8 | 34 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/IdentityMapper.java |
5 | 2 | 67 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/tests/junit/org/apache/tools/ant/taskdefs/MultiMapTest.java |
| |||||
public void setFrom(String from) { } public void setTo(String to) { } |
| |||||
/** * Sets the from part of the transformation rule. * * @param from a string. */ public void setFrom(String from) { } /** * Sets the to part of the transformation rule. * * @param to a string. */ public void setTo(String to) { } |
| |||||
/** * Ignored. * @param from ignored. */ public void setFrom(String from) { } /** * Ignored. * @param to ignored. */ public void setTo(String to) { } |
| |||||
/** * Ignored. * @param from ignored. */ public void setFrom(String from) { } /** * Ignored. * @param to ignored. */ public void setTo(String to) { } |
| |||||
public void setFrom(String from) { } public void setTo(String to) { } |
| |||
/** * Sets the from part of the transformation rule. * * @param from a string. */ /** * Ignored. * @param from ignored. */ public void setFrom(String from) { } /** * Sets the to part of the transformation rule. * * @param to a string. */ /** * Ignored. * @param to ignored. */ public void setTo(String to) { } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |