CloneSet1383


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1248
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/dispatch/DispatchTask.java
22130
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/j2ee/ServerDeploy.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
48
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/dispatch/DispatchTask.java

/**
 * Set the action.
 * @param action the method name.
 */
public void setAction(String action) {
  this.action = action;
}


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

/**
 *  The action to be performed, usually "deploy"; required.
 *   Some tools support additional actions, such as "delete", "list", "undeploy", "update"...
 *  @param action A String representing the "action" attribute.
 */
public void setAction(String action) {
  this.action = action;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Set the action.
     * @param action the method name.
     */
/**
     *  The action to be performed, usually "deploy"; required.
     *   Some tools support additional actions, such as "delete", "list", "undeploy", "update"...
     *  @param action A String representing the "action" attribute.
     */
public void setAction(String action) {
  this.action = action;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None