CloneSet1418


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12211
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java
22406
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
211
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.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 &quot;<code>default</code>&quot;
 * may be given to use the default compiler.
 * @param compiler the compiler to be used.
 */
public void setCompiler(String compiler) {
  this.compiler = compiler;
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
406
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/jsp/JspC.java

/**
 * Class name of a JSP compiler adapter.
 * @param compiler the compiler class name.
 */
public void setCompiler(String compiler) {
  this.compilerName = compiler;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * 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 &quot;<code>default</code>&quot;
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#112c7ca0]]
compiler 
12[[#112c7ca0]]
compilerName