CloneSet982


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.976class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19460
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroDef.java
211601
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroDef.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
460
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroDef.java

/**
 * The optional attribute of the text element.
 *
 * @param optional if true this is optional
 */
public void setOptional(boolean optional) {
  this.optional = optional;
}

/**
 * @return true if the text is optional
 */
public boolean getOptional() {
  return optional;
}


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

/**
 * Sets whether this element is optional.
 *
 * @param optional if true this element may be left out, default
 *                 is false.
 */
public void setOptional(boolean optional) {
  this.optional = optional;
}

/**
 * Gets whether this element is optional.
 *
 * @return the optional attribute
 */
public boolean isOptional() {
  return optional;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
         * The optional attribute of the text element.
         *
         * @param optional if true this is optional
         */
/**
         * Sets whether this element is optional.
         *
         * @param optional if true this element may be left out, default
         *                 is false.
         */
public void setOptional(boolean optional) {
  this.optional = optional;
}

/**
         * @return true if the text is optional
         */
/**
         * Gets whether this element is optional.
         *
         * @return the optional attribute
         */
public boolean  [[#variable112067e0]]() {
  return optional;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#112067e0]]
getOptional 
12[[#112067e0]]
isOptional