public void setExtraOptions(String extraOptions) { this.extraOptions = extraOptions; } /** * Gets the ExtraOptions attribute * *@return The ExtraOptions value */ public String getExtraOptions() { return this.extraOptions; } /** * get any extra options or null for no argument needed * *@return The ExtraOptions Parameter to CSC */ protected String getExtraOptionsParameter() { if (extraOptions != null && extraOptions.length() != 0) { return extraOptions; } else { return null;
public void setExtraOptions(String extraOptions) { this.extraOptions = extraOptions; } /** * Gets the ExtraOptions attribute * *@return The ExtraOptions value */ public String getExtraOptions() { return this.extraOptions; } /** * get any extra options or null for no argument needed * *@return The ExtraOptions Parameter to CSC */ protected String getExtraOptionsParameter() { if (extraOptions != null && extraOptions.length() != 0) { return extraOptions; } else { return null;
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/Ilasm.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public void setExtraOptions(String extraOptions) {
1
public void setExtraOptions(String extraOptions) {
2
        this.extraOptions = extraOptions;
2
        this.extraOptions = extraOptions;
3
    }
3
    }
4
    /**
4
    /**
5
     *  Gets the ExtraOptions attribute
5
     *  Gets the ExtraOptions attribute
6
     *
6
     *
7
     *@return    The ExtraOptions value
7
     *@return    The ExtraOptions value
8
     */
8
     */
9
    public String getExtraOptions() {
9
    public String getExtraOptions() {
10
        return this.extraOptions;
10
        return this.extraOptions;
11
    }
11
    }
12
    /**
12
    /**
13
     *  get any extra options or null for no argument needed
13
     *  get any extra options or null for no argument needed
14
     *
14
     *
15
     *@return    The ExtraOptions Parameter to CSC
15
     *@return    The ExtraOptions Parameter to CSC
16
     */
16
     */
17
    protected String getExtraOptionsParameter() {
17
    protected String getExtraOptionsParameter() {
18
        if (extraOptions != null && extraOptions.length() != 0) {
18
        if (extraOptions != null && extraOptions.length() != 0) {
19
            return extraOptions;
19
            return extraOptions;
20
        } else {
20
        } else {
21
            return null;
21
            return null;
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