CloneSet344


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12301.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112179
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/FormatterElement.java
212878
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/XSLTProcess.java
311169
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/SelectSelector.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
179
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/FormatterElement.java

/**
 * Set whether this formatter should be used.  It will be
 * used if the property has been set, otherwise it won't.
 * @param ifProperty name of property
 */
public void setIf(String ifProperty) {
  this.ifProperty = ifProperty;
}

/**
 * Set whether this formatter should NOT be used. It
 * will not be used if the property has been set, orthwise it
 * will be used.
 * @param unlessProperty name of property
 */
public void setUnless(String unlessProperty) {
  this.unlessProperty = unlessProperty;
}


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

/**
 * Set whether this param should be used.  It will be
 * used if the property has been set, otherwise it won't.
 * @param ifProperty name of property
 */
public void setIf(String ifProperty) {
  this.ifProperty = ifProperty;
}

/**
 * Set whether this param should NOT be used. It
 * will not be used if the property has been set, otherwise it
 * will be used.
 * @param unlessProperty name of property
 */
public void setUnless(String unlessProperty) {
  this.unlessProperty = unlessProperty;
}


First
Previous
Clone Instance
3
Line Count
11
Source Line
169
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/SelectSelector.java

/**
 * Sets the if attribute to a property which must exist for the
 * selector to select any files.
 * @param ifProperty the property to check
 */
public void setIf(String ifProperty) {
  this.ifProperty = ifProperty;
}

/**
 * Sets the unless attribute to a property which cannot exist for the
 * selector to select any files.
 * @param unlessProperty the property to check
 */
public void setUnless(String unlessProperty) {
  this.unlessProperty = unlessProperty;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * Set whether this param should be used.  It will be
         * used if the property has been set, otherwise it won't.
         * @param ifProperty name of property
         */
/**
     * Set whether this formatter should be used.  It will be
     * used if the property has been set, otherwise it won't.
     * @param ifProperty name of property
     */
/**
     * Sets the if attribute to a property which must exist for the
     * selector to select any files.
     * @param ifProperty the property to check
     */
public void setIf(String ifProperty) {
  this.ifProperty = ifProperty;
}

/**
         * Set whether this param should NOT be used. It
         * will not be used if the property has been set, otherwise it
         * will be used.
         * @param unlessProperty name of property
         */
/**
     * Set whether this formatter should NOT be used. It
     * will not be used if the property has been set, orthwise it
     * will be used.
     * @param unlessProperty name of property
     */
/**
     * Sets the unless attribute to a property which cannot exist for the
     * selector to select any files.
     * @param unlessProperty the property to check
     */
public void setUnless(String unlessProperty) {
  this.unlessProperty = unlessProperty;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None