CloneSet457


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2501.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12150
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Tstamp.java
22159
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/DateSelector.java
3250
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/JakartaOroMatcher.java
4238
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/JakartaRegexpMatcher.java
5244
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
150
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Tstamp.java

/**
 * The date/time pattern to be used. The values are as
 * defined by the Java SimpleDateFormat class.
 * @param pattern the pattern to use.
 * @see java.text.SimpleDateFormat
 */
public void setPattern(String pattern) {
  this.pattern = pattern;
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
159
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/selectors/DateSelector.java

/**
 * Sets the pattern to be used for the SimpleDateFormat.
 *
 * @param pattern the pattern that defines the date format.
 */
public void setPattern(String pattern) {
  this.pattern = pattern;
}


Next
Previous
Clone Instance
3
Line Count
2
Source Line
50
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/JakartaOroMatcher.java

/**
 * Set the regexp pattern from the String description.
 * @param pattern the pattern to match
 */
public void setPattern(String pattern) {
  this.pattern = pattern;
}


Next
Previous
Clone Instance
4
Line Count
2
Source Line
38
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/JakartaRegexpMatcher.java

/**
 * Set the regexp pattern from the String description.
 * @param pattern the pattern to match
 */
public void setPattern(String pattern) {
  this.pattern = pattern;
}


First
Previous
Clone Instance
5
Line Count
2
Source Line
44
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/Jdk14RegexpMatcher.java

/**
 * Set the regexp pattern from the String description.
 * @param pattern the pattern to match
 */
public void setPattern(String pattern) {
  this.pattern = pattern;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Set the regexp pattern from the String description.
     * @param pattern the pattern to match
     */
/**
     * Sets the pattern to be used for the SimpleDateFormat.
     *
     * @param pattern the pattern that defines the date format.
     */
/**
         * The date/time pattern to be used. The values are as
         * defined by the Java SimpleDateFormat class.
         * @param pattern the pattern to use.
         * @see java.text.SimpleDateFormat
         */
public void setPattern(String pattern) {
  this.pattern = pattern;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None