CloneSet861


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11220.957class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11182
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheck.java
211143
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ccm/CCMCreateTask.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
82
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ccm/CCMCheck.java

/**
 * Specifies a comment.
 * @param v  Value to assign to comment.
 */
public void setComment(String v) {
  this.comment = v;
}

/**
 * Get the value of task.
 * @return value of task.
 */
public String getTask() {
  return task;
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
143
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ccm/CCMCreateTask.java

/**
 * Specifies a comment.
 *
 * @param v  Value to assign to comment.
 */
public void setComment(String v) {
  this.comment = v;
}

/**
 * Get the value of platform.
 * @return value of platform.
 */
public String getPlatform() {
  return platform;
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Specifies a comment.
     *
     * @param v  Value to assign to comment.
     */
/**
     * Specifies a comment.
     * @param v  Value to assign to comment.
     */
public void setComment(String v) {
  this.comment = v;
}

/**
     * Get the value of platform.
     * @return value of platform.
     */
/**
     * Get the value of task.
     * @return value of task.
     */
public String  [[#variable130f2840]]() {
  return [[#variable130f26a0]];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130f2840]]
getTask 
12[[#130f2840]]
getPlatform 
21[[#130f26a0]]
task 
22[[#130f26a0]]
platform