CloneSet1400


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1239
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/Contains.java
2244
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/Matches.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
39
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/condition/Contains.java

/**
 * The string to search in.
 * @param string the string to search in
 * @since Ant 1.5
 */
public void setString(String string) {
  this.string = string;
}


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

/**
 * Set the string
 *
 * @param string the string to match
 */
public void setString(String string) {
  this.string = string;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * The string to search in.
     * @param string the string to search in
     * @since Ant 1.5
     */
/**
     * Set the string
     *
     * @param string the string to match
     */
public void setString(String string) {
  this.string = string;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None