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 | 211 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java |
2 | 2 | 406 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java |
| |||||
/** * The compiler (switch <code>-compiler</code>) to use; optional. * This allows for the selection of a different compiler * to be used for the compilation of the generated Java * files. This could be set, for example, to Jikes to * compile with the Jikes compiler. If this is not set * and the <code>build.compiler</code> property is set * to jikes, the Jikes compiler will be used. If this * is not desired, the value "<code>default</code>" * may be given to use the default compiler. * @param compiler the compiler to be used. */ public void setCompiler(String compiler) { this.compiler = compiler; } |
| |||||
/** * Class name of a JSP compiler adapter. * @param compiler the compiler class name. */ public void setCompiler(String compiler) { this.compilerName = compiler; } |
| |||
/** * Class name of a JSP compiler adapter. * @param compiler the compiler class name. */ /** * The compiler (switch <code>-compiler</code>) to use; optional. * This allows for the selection of a different compiler * to be used for the compilation of the generated Java * files. This could be set, for example, to Jikes to * compile with the Jikes compiler. If this is not set * and the <code>build.compiler</code> property is set * to jikes, the Jikes compiler will be used. If this * is not desired, the value "<code>default</code>" * may be given to use the default compiler. * @param compiler the compiler to be used. */ public void setCompiler(String compiler) { this. [[#variable112c7ca0]]= compiler; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112c7ca0]] | compiler |
1 | 2 | [[#112c7ca0]] | compilerName |