CloneSet365


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

/**
 * Sets a description of the current action. This may be used for logging
 * purposes.
 *
 * @param desc Description of the current action.
 *             May be <code>null</code>, indicating that no description is
 *             available.
 *
 */
public void setDescription(String desc) {
  description = desc;
}

/**
 * Returns the description of the current action.
 *
 * @return the description of the current action, or <code>null</code> if
 *         no description is available.
 */
public String getDescription() {
  return description;
}


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

/**
 * @param desc Description of the element.
 * @since ant 1.6.1
 */
public void setDescription(String desc) {
  description = desc;
}

/**
 * @return the description of the element, or <code>null</code> if
 *         no description is available.
 * @since ant 1.6.1
 */
public String getDescription() {
  return description;
}


Next
Previous
Clone Instance
3
Line Count
10
Source Line
491
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/MacroDef.java

/**
 * @param desc Description of the text.
 */
public void setDescription(String desc) {
  description = desc;
}

/**
 * @return the description of the text, or <code>null</code> if
 *         no description is available.
 */
public String getDescription() {
  return description;
}


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

/**
 * Sets a textual description of this element,
 * for build documentation purposes only.
 *
 * @param desc Description of the element.
 * @since ant 1.6.1
 */
public void setDescription(String desc) {
  description = desc;
}

/**
 * Gets the description of this element.
 *
 * @return the description of the element, or <code>null</code> if
 *         no description is available.
 * @since ant 1.6.1
 */
public String getDescription() {
  return description;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * @param desc Description of the element.
         * @since ant 1.6.1
         */
/**
         * @param desc Description of the text.
         */
/**
         * Sets a textual description of this element,
         * for build documentation purposes only.
         *
         * @param desc Description of the element.
         * @since ant 1.6.1
         */
/**
     * Sets a description of the current action. This may be used for logging
     * purposes.
     *
     * @param desc Description of the current action.
     *             May be <code>null</code>, indicating that no description is
     *             available.
     *
     */
public void setDescription(String desc) {
  description = desc;
}

/**
         * @return the description of the element, or <code>null</code> if
         *         no description is available.
         * @since ant 1.6.1
         */
/**
         * @return the description of the text, or <code>null</code> if
         *         no description is available.
         */
/**
         * Gets the description of this element.
         *
         * @return the description of the element, or <code>null</code> if
         *         no description is available.
         * @since ant 1.6.1
         */
/**
     * Returns the description of the current action.
     *
     * @return the description of the current action, or <code>null</code> if
     *         no description is available.
     */
public String getDescription() {
  return description;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None