public void setExcludes(String excludes) { this.excludes = excludes; } /** * Gets the patterns from the exclude filter. Rather that duplicate the * details of AntStarTeanCheckOut's filtering here, refer to these links: * * @return A string of filter patterns separated by spaces. * @see #setExcludes(String excludes) * @see #setIncludes(String includes) * @see #getIncludes() */ public String getExcludes() { return excludes
public void setExcludes(String excludes) { this.excludes = excludes; } /** * Gets the patterns from the exclude filter. Rather that duplicate the * details of AntStarTeanCheckOut's filtering here, refer to these * links: * * @return A string of filter patterns separated by spaces. * @see #setExcludes(String excludes) * @see #setIncludes(String includes) * @see #getIncludes() */ public String getExcludes() { return excludes
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/scm/AntStarTeamCheckOut.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/starteam/TreeBasedTask.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public void setExcludes(String excludes) {
1
public void setExcludes(String excludes) {
2
        this.excludes = excludes;
2
        this.excludes = excludes;
3
    }
3
    }
4
    /**
4
    /**
5
     * Gets the patterns from the exclude filter. Rather that duplicate the
5
     * Gets the patterns from the exclude filter. Rather that duplicate the
6
     * details of AntStarTeanCheckOut's filtering here, refer to these
6
     * details of AntStarTeanCheckOut's filtering here, refer to these
7
 links:
7
     * links:
8
     *
8
     *
9
     * @return A string of filter patterns separated by spaces.
9
     * @return A string of filter patterns separated by spaces.
10
     * @see #setExcludes(String excludes)
10
     * @see #setExcludes(String excludes)
11
     * @see #setIncludes(String includes)
11
     * @see #setIncludes(String includes)
12
     * @see #getIncludes()
12
     * @see #getIncludes()
13
     */
13
     */
14
    public String getExcludes() {
14
    public String getExcludes() {
15
        return excludes
15
        return excludes
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0