Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 1 | 0.957 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 161 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/GenericDeploymentTool.java |
2 | 10 | 116 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/j2ee/AbstractHotDeploymentTool.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; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130f0880]] | Task |
1 | 2 | [[#130f0880]] | ServerDeploy |