CloneSet651


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111352
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/TokenFilter.java
210118
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/PathConvert.java
Next
Last
Clone Instance
1
Line Count
11
Source Line
352
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/filters/TokenFilter.java

/**
 * the from attribute
 *
 * @param from the string to replace
 */
public void setFrom(String from) {
  this.from = from;
}

/**
 * the to attribute
 *
 * @param to the string to replace 'from' with
 */
public void setTo(String to) {
  this.to = to;
}


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

/**
 * Set the "from" attribute of the map entry.
 * @param from the prefix string to search for; required.
 * Note that this value is case-insensitive when the build is
 * running on a Windows platform and case-sensitive when running on
 * a Unix platform.
 */
public void setFrom(String from) {
  this.from = from;
}

/**
 * Set the replacement text to use when from is matched; required.
 * @param to new prefix.
 */
public void setTo(String to) {
  this.to = to;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * Set the "from" attribute of the map entry.
         * @param from the prefix string to search for; required.
         * Note that this value is case-insensitive when the build is
         * running on a Windows platform and case-sensitive when running on
         * a Unix platform.
         */
/**
         * the from attribute
         *
         * @param from the string to replace
         */
public void setFrom(String from) {
  this.from = from;
}

/**
         * Set the replacement text to use when from is matched; required.
         * @param to new prefix.
         */
/**
         * the to attribute
         *
         * @param to the string to replace 'from' with
         */
public void setTo(String to) {
  this.to = to;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None