Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.977 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 108 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/PropertyResource.java |
2 | 5 | 137 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/StringResource.java |
| |||||
/** * Get the string. * * @return the string contents of the resource. * @since Ant 1.7 */ public String toString() { if (isReference()) { return getCheckedRef().toString(); } return String.valueOf(getValue()); } |
| |||||
/** * Get the string. * * @return the string contents of the resource. * @since Ant 1.7 */ public String toString() { if (isReference()) { return getCheckedRef().toString(); } return String.valueOf(getContent()); } |
| |||
/** * Get the string. * * @return the string contents of the resource. * @since Ant 1.7 */ public String toString() { if (isReference()) { return getCheckedRef().toString(); } return String.valueOf( [[#variable130e7500]]()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130e7500]] | getValue |
1 | 2 | [[#130e7500]] | getContent |