public boolean isUseResponseFile() { return useResponseFile; } /** * Flag to turn on response file use; default=false. * When set the command params are saved to a file and * this is passed in with @file. The task automatically switches * to this mode with big commands; this option is here for * testing and emergencies * @param useResponseFile a <code>boolean</code> value. */ public void setUseResponseFile(boolean useResponseFile) { this.useResponseFile = useResponseFile;
public boolean isUseResponseFile() { return useResponseFile; } /** * set this to true to always use the response file * @param useResponseFile a <code>boolean</code> value. */ public void setUseResponseFile(boolean useResponseFile) { this.useResponseFile = useResponseFile;
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetCompile.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public boolean isUseResponseFile() {
1
public boolean isUseResponseFile() {
2
        return useResponseFile;
2
        return useResponseFile;
3
    }
3
    }
4
    /**
4
    /**
5
     * Flag to turn on response file use; default=false.
5
     * 
6
     * When set the command params are saved to a file and
7
     * this is passed in with @file. The task automatically switches
8
     * to this mode with big commands; this option is here for
9
     * testing and emergencies
6
set this to true to always use the response file
10
     * @param useResponseFile a <code>boolean</code> value.
7
     * @param useResponseFile a <code>boolean</code> value.
11
     */
8
     */
12
    public void setUseResponseFile(boolean useResponseFile) {
9
    public void setUseResponseFile(boolean useResponseFile) {
13
        this.useResponseFile = useResponseFile;
10
        this.useResponseFile = useResponseFile;
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