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.967 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 95 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/DefBase.java |
2 | 2 | 82 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/ScriptRunnerHelper.java |
| |||||
/** * Set the classpath to be used when searching for component being defined. * * @param classpath an Ant Path object containing the classpath. */ public void setClasspath(Path classpath) { getDelegate().setClasspath(classpath); } |
| |||||
/** * Set the classpath to be used when searching for classes and resources. * * @param classpath an Ant Path object containing the search path. */ public void setClasspath(Path classpath) { getClassPathDelegate().setClasspath(classpath); } |
| |||
/** * Set the classpath to be used when searching for component being defined. * * @param classpath an Ant Path object containing the classpath. */ /** * Set the classpath to be used when searching for classes and resources. * * @param classpath an Ant Path object containing the search path. */ public void setClasspath(Path classpath) { [[#variable112b9cc0]]().setClasspath(classpath); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112b9cc0]] | getDelegate |
1 | 2 | [[#112b9cc0]] | getClassPathDelegate |