public void setLocalpath(Path localPath) { super.setInternalLocalPath(localPath.toString()); } /** * Check-out files recursively. Defaults to false. * * @param recursive The boolean value for recursive. */ public void setRecursive(boolean recursive) { super.setInternalRecursive(recursive)
public void setLocalpath(Path localPath) { super.setInternalLocalPath(localPath.toString()); } /** * Get files recursively. Defaults to false. * * @param recursive The boolean value for recursive. */ public final void setRecursive(boolean recursive) { super.setInternalRecursive(recursive)
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSCHECKOUT.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/vss/MSVSSGET.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public void setLocalpath(Path localPath) {
1
public void setLocalpath(Path localPath) {
2
        super.setInternalLocalPath(localPath.toString());
2
        super.setInternalLocalPath(localPath.toString());
3
    }
3
    }
4
    /**
4
    /**
5
     * Check-out files recursively. Defaults to false.
5
     * Get files recursively. Defaults to false.
6
     *
6
     *
7
     * @param recursive  The boolean value for recursive.
7
     * @param recursive  The boolean value for recursive.
8
     */
8
     */
9
    public void setRecursive(boolean recursive) {
9
    public final void setRecursive(boolean recursive) {
10
        super.setInternalRecursive(recursive)
10
        super.setInternalRecursive(recursive)
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