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.974 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 134 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/TarResource.java |
2 | 5 | 107 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/TarFileSet.java |
| |||||
/** * @return the uid for the tar entry */ public int getUid() { if (isReference()) { return ((TarResource) getCheckedRef()).getUid(); } return uid; } |
| |||||
/** * @return the uid for the tar entry */ public int getUid() { if (isReference()) { return ((TarFileSet) getCheckedRef()).getUid(); } return uid; } |
| |||
/** * @return the uid for the tar entry */ public int getUid() { if (isReference()) { return (( [[#variable112260c0]]) getCheckedRef()).getUid(); } return uid; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112260c0]] | TarResource |
1 | 2 | [[#112260c0]] | TarFileSet |