CloneSet1395


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
12586
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javac.java
22352
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/SubAnt.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
586
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javac.java

/**
 * Sets the target VM that the classes will be compiled for. Valid
 * values depend on the compiler, for jdk 1.4 the valid values are
 * "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "5" and "6".
 * @param target the target VM
 */
public void setTarget(String target) {
  this.targetAttribute = target;
}


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

/**
 * The target to call on the different sub-builds. Set to "" to execute
 * the default target.
 * @param target the target
 * <p>
 */
//     REVISIT: Defaults to the target name that contains this task if not specified.
public void setTarget(String target) {
  this.subTarget = target;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Sets the target VM that the classes will be compiled for. Valid
     * values depend on the compiler, for jdk 1.4 the valid values are
     * "1.1", "1.2", "1.3", "1.4", "1.5", "1.6", "5" and "6".
     * @param target the target VM
     */
/**
     * The target to call on the different sub-builds. Set to "" to execute
     * the default target.
     * @param target the target
     * <p>
     */
//     REVISIT: Defaults to the target name that contains this task if not specified.
public void setTarget(String target) {
  this. [[#variable112dc820]]= target;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#112dc820]]
targetAttribute 
12[[#112dc820]]
subTarget