Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 113 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/AntTypeDefinition.java |
2 | 2 | 110 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Antlib.java |
| |||||
/** * Set the classloader to use to create an instance * of the definition. * @param classLoader the ClassLoader. */ public void setClassLoader(ClassLoader classLoader) { this.classLoader = classLoader; } |
| |||||
/** * Set the class loader for this antlib. * This class loader is used for any tasks that * derive from Definer. * * @param classLoader the class loader */ protected void setClassLoader(ClassLoader classLoader) { this.classLoader = classLoader; } |
| |||
[[#variable112c8fc0]]void setClassLoader(ClassLoader classLoader) { this.classLoader = classLoader; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112c8fc0]] | /** * Set the classloader to use to create an instance * of the definition. * @param classLoader the ClassLoader. */ public |
1 | 2 | [[#112c8fc0]] | /** * Set the class loader for this antlib. * This class loader is used for any tasks that * derive from Definer. * * @param classLoader the class loader */ protected |