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.975 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 124 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/TarResource.java |
2 | 5 | 135 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/TarFileSet.java |
| |||||
/** * @return the group name for the tar entry */ public String getGroup() { if (isReference()) { return ((TarResource) getCheckedRef()).getGroup(); } return groupName; } |
| |||||
/** * @return the group name string. */ public String getGroup() { if (isReference()) { return ((TarFileSet) getCheckedRef()).getGroup(); } return groupName; } |
| |||
/** * @return the group name for the tar entry */ /** * @return the group name string. */ public String getGroup() { if (isReference()) { return (( [[#variable11217d40]]) getCheckedRef()).getGroup(); } return groupName; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#11217d40]] | TarResource |
1 | 2 | [[#11217d40]] | TarFileSet |