CloneSet737


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1285
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/JakartaOroMatcher.java
2275
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/JakartaRegexpMatcher.java
3280
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
85
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/JakartaOroMatcher.java

/**
 * Does the given argument match the pattern using default options?
 * @param argument the string to match against
 * @return true if the pattern matches
 * @throws BuildException on error
 */
public boolean matches(String argument) throws BuildException {
  return matches(argument, MATCH_DEFAULT);
}


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

/**
 * Does the given argument match the pattern?
 * @param argument the string to match against
 * @return true if the pattern matches
 * @throws BuildException on error
 */
public boolean matches(String argument) throws BuildException {
  return matches(argument, MATCH_DEFAULT);
}


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

/**
 * Does the given argument match the pattern using default options?
 * @param argument the string to match against
 * @return true if the pattern matches
 * @throws BuildException on error
 */
public boolean matches(String argument) throws BuildException {
  return matches(argument, MATCH_DEFAULT);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Does the given argument match the pattern using default options?
     * @param argument the string to match against
     * @return true if the pattern matches
     * @throws BuildException on error
     */
/**
     * Does the given argument match the pattern?
     * @param argument the string to match against
     * @return true if the pattern matches
     * @throws BuildException on error
     */
public boolean matches(String argument) throws BuildException {
  return matches(argument, MATCH_DEFAULT);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None