CloneSet863


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.957class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111161
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/GenericDeploymentTool.java
210116
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/j2ee/AbstractHotDeploymentTool.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
161
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/GenericDeploymentTool.java

/**
 * Set the task which owns this tool
 *
 * @param task the Task to which this deployment tool is associated.
 */
public void setTask(Task task) {
  this.task = task;
}

/**
 * Get the task for this tool.
 *
 * @return the Task instance this tool is associated with.
 */
protected Task getTask() {
  return task;
}


First
Previous
Clone Instance
2
Line Count
10
Source Line
116
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/j2ee/AbstractHotDeploymentTool.java

/**
 *  Sets the parent task.
 *  @param task a ServerDeploy object representing the parent task.
 *  @ant.attribute ignore="true"
 */
public void setTask(ServerDeploy task) {
  this.task = task;
}

/**
 *  Returns the task field, a ServerDeploy object.
 *  @return An ServerDeploy representing the parent task.
 */
protected ServerDeploy getTask() {
  return task;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Set the task which owns this tool
     *
     * @param task the Task to which this deployment tool is associated.
     */
/**
     *  Sets the parent task.
     *  @param task a ServerDeploy object representing the parent task.
     *  @ant.attribute ignore="true"
     */
public void setTask( [[#variable130f0880]] task) {
  this.task = task;
}

/**
     * Get the task for this tool.
     *
     * @return the Task instance this tool is associated with.
     */
/**
     *  Returns the task field, a ServerDeploy object.
     *  @return An ServerDeploy representing the parent task.
     */
protected [[#variable130f0880]] getTask() {
  return task;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130f0880]]
Task 
12[[#130f0880]]
ServerDeploy