CloneSet856


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.968class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11146
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java
21152
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/Parameter.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
46
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/extension/ExtraAttribute.java

/**
 * Set the value of the parameter.
 *
 * @param value the parameter value
 */
public void setValue( final String value) {
  this.value = value;
}

/**
 * Retrieve name of parameter.
 *
 * @return the name of parameter.
 */
String getName() {
  return name;
}


First
Previous
Clone Instance
2
Line Count
11
Source Line
52
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/Parameter.java

/**
 * Set the value attribute.
 *
 * @param value a <code>String</code> value
 */
public void setValue( final String value) {
  this.value = value;
}

/**
 * Get the name attribute.
 *
 * @return a <code>String</code> value
 */
public String getName() {
  return name;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Set the value attribute.
     *
     * @param value a <code>String</code> value
     */
/**
     * Set the value of the parameter.
     *
     * @param value the parameter value
     */
public void setValue( final String value) {
  this.value = value;
}

 [[#variable130c9c40]]
/**
     * Retrieve name of parameter.
     *
     * @return the name of parameter.
     */
String getName() {
  return name;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#130c9c40]]
12[[#130c9c40]]
/**
 * Get the name attribute.
 *
 * @return a <code>String</code> value
 */
public