public void setIncludes(String includes) { this.includes = includes; } /** * Gets the patterns from the include 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 #setIncludes(String includes) * @see #setExcludes(String excludes) * @see #getExcludes() */ public String getIncludes() { return includes;
public void setIncludes(String includes) { this.includes = includes; } /** * Gets the patterns from the include filter. Rather that duplicate the * details of AntStarTeamCheckOut's filtering here, refer to these * links: * * @return A string of filter patterns separated by spaces. * @see #setIncludes(String includes) * @see #setExcludes(String excludes) * @see #getExcludes() */ public String getIncludes() { return includes;
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 setIncludes(String includes) {
1
public void setIncludes(String includes) {
2
        this.includes = includes;
2
        this.includes = includes;
3
    }
3
    }
4
    /**
4
    /**
5
     * Gets the patterns from the include filter. Rather that duplicate the
5
     * Gets the patterns from the include filter. Rather that duplicate the
6
     * details of AntStarTeanCheckOut's filtering here, refer to these
6
     * details of AntStarTeamCheckOut'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 #setIncludes(String includes)
10
     * @see #setIncludes(String includes)
11
     * @see #setExcludes(String excludes)
11
     * @see #setExcludes(String excludes)
12
     * @see #getExcludes()
12
     * @see #getExcludes()
13
     */
13
     */
14
    public String getIncludes() {
14
    public String getIncludes() {
15
        return includes;
15
        return includes;
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