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.976 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 105 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/AntFilterReader.java |
2 | 5 | 144 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/ExtendSelector.java |
| |||||
/** * Set the classpath to load the FilterReader through via * reference (attribute). * @param r a reference to a classpath */ public void setClasspathRef(Reference r) { if (isReference()) { throw tooManyAttributes(); } createClasspath().setRefid(r); } |
| |||||
/** * Set the classpath to use for loading a custom selector by using * a reference. * @param r a reference to the classpath */ public void setClasspathref(Reference r) { if (isReference()) { throw tooManyAttributes(); } createClasspath().setRefid(r); } |
| |||
/** * Set the classpath to use for loading a custom selector by using * a reference. * @param r a reference to the classpath */ /** * Set the classpath to load the FilterReader through via * reference (attribute). * @param r a reference to a classpath */ public void [[#variable130fe340]](Reference r) { if (isReference()) { throw tooManyAttributes(); } createClasspath().setRefid(r); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130fe340]] | setClasspathRef |
1 | 2 | [[#130fe340]] | setClasspathref |