CloneSet684


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
12113
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/JakartaOroMatcher.java
22106
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/JakartaRegexpMatcher.java
32112
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
113
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/util/regexp/JakartaOroMatcher.java

/**
 * Returns a Vector of matched groups found in the argument
 * using default options.
 *
 * <p>Group 0 will be the full match, the rest are the
 * parenthesized subexpressions</p>.
 *
 * @param argument the string to match against
 * @return the vector of groups
 * @throws BuildException on error
 */
public Vector getGroups(String argument) throws BuildException {
  return getGroups(argument, MATCH_DEFAULT);
}


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

/**
 * Returns a Vector of matched groups found in the argument
 * using default options.
 *
 * <p>Group 0 will be the full match, the rest are the
 * parenthesized subexpressions</p>.
 *
 * @param argument the string to match against
 * @return the vector of groups
 * @throws BuildException on error
 */
public Vector getGroups(String argument) throws BuildException {
  return getGroups(argument, MATCH_DEFAULT);
}


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

/**
 * Returns a Vector of matched groups found in the argument
 * using default options.
 *
 * <p>Group 0 will be the full match, the rest are the
 * parenthesized subexpressions</p>.
 *
 * @param argument the string to match against
 * @return the vector of groups
 * @throws BuildException on error
 */
public Vector getGroups(String argument) throws BuildException {
  return getGroups(argument, MATCH_DEFAULT);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Returns a Vector of matched groups found in the argument
     * using default options.
     *
     * <p>Group 0 will be the full match, the rest are the
     * parenthesized subexpressions</p>.
     *
     * @param argument the string to match against
     * @return the vector of groups
     * @throws BuildException on error
     */
public Vector getGroups(String argument) throws BuildException {
  return getGroups(argument, MATCH_DEFAULT);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None