CloneSet410


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114778
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/AbstractFileSet.java
212432
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/Files.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
778
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/AbstractFileSet.java

/**
 * Get the merged include patterns for this AbstractFileSet.
 * @param p the project to use.
 * @return the include patterns of the default pattern set and all
 * nested patternsets.
 *
 * @since Ant 1.7
 */
public String[] mergeIncludes(Project p) {
  return mergePatterns(p).getIncludePatterns(p);
}

/**
 * Get the merged exclude patterns for this AbstractFileSet.
 * @param p the project to use.
 * @return the exclude patterns of the default pattern set and all
 * nested patternsets.
 *
 * @since Ant 1.7
 */
public String[] mergeExcludes(Project p) {
  return mergePatterns(p).getExcludePatterns(p);
}


First
Previous
Clone Instance
2
Line Count
12
Source Line
432
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/resources/Files.java

/**
 * Get the merged include patterns for this Files collection.
 * @param p Project instance.
 * @return the include patterns of the default pattern set and all
 * nested patternsets.
 */
public String[] mergeIncludes(Project p) {
  return mergePatterns(p).getIncludePatterns(p);
}

/**
 * Get the merged exclude patterns for this Files collection.
 * @param p Project instance.
 * @return the exclude patterns of the default pattern set and all
 * nested patternsets.
 */
public String[] mergeExcludes(Project p) {
  return mergePatterns(p).getExcludePatterns(p);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Get the merged include patterns for this Files collection.
     * @param p Project instance.
     * @return the include patterns of the default pattern set and all
     * nested patternsets.
     */
/**
     * Get the merged include patterns for this AbstractFileSet.
     * @param p the project to use.
     * @return the include patterns of the default pattern set and all
     * nested patternsets.
     *
     * @since Ant 1.7
     */
public String[] mergeIncludes(Project p) {
  return mergePatterns(p).getIncludePatterns(p);
}

/**
     * Get the merged exclude patterns for this Files collection.
     * @param p Project instance.
     * @return the exclude patterns of the default pattern set and all
     * nested patternsets.
     */
/**
     * Get the merged exclude patterns for this AbstractFileSet.
     * @param p the project to use.
     * @return the exclude patterns of the default pattern set and all
     * nested patternsets.
     *
     * @since Ant 1.7
     */
public String[] mergeExcludes(Project p) {
  return mergePatterns(p).getExcludePatterns(p);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None