public void setSuffix(String inString) { this.jarSuffix = inString; } /** * controls whether the generic file used as input to * ejbc is retained; defaults to false * * @param inValue true for keep generic */ public void setKeepgeneric(boolean inValue) { this.keepGeneric = inValue
public void setSuffix(String inString) { this.jarSuffix = inString; } /** * This controls whether the generic file used as input to * ejbdeploy is retained; optional, default false. * @param inValue either 'true' or 'false'. */ public void setKeepgeneric(boolean inValue) { this.keepGeneric = inValue
Clone fragments detected by clone detection tool
File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java File path: /apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WebsphereDeploymentTool.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public void setSuffix(String inString) {
1
public void setSuffix(String inString) {
2
        this.jarSuffix = inString;
2
        this.jarSuffix = inString;
3
    }
3
    }
4
    /**
4
    /**
5
     * controls whether the generic file used as input to
5
     * This controls whether the generic file used as input to
6
     * ejbc is retained; defaults to false
6
     * ejbdeploy is retained; optional, default false
7
     *
7
.
8
     * @param inValue true for keep generic
8
     * @param inValue either 'true' or 'false'.
9
     */
9
     */
10
    public void setKeepgeneric(boolean inValue) {
10
    public void setKeepgeneric(boolean inValue) {
11
        this.keepGeneric = inValue
11
        this.keepGeneric = inValue
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