CloneSet674


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113258
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java
212294
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WebsphereDeploymentTool.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
258
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java

/**
 * Setter used to store the suffix for the generated weblogic jar file.
 *
 * @param inString the string to use as the suffix.
 */
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;
}


First
Previous
Clone Instance
2
Line Count
12
Source Line
294
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WebsphereDeploymentTool.java

/**
 * String value appended to the basename of the deployment
 * descriptor to create the filename of the WebLogic EJB
 * jar file. Optional, default '.jar'.
 * @param inString the string to use as the suffix.
 */
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 AbstractionParameter Count: 0Parameter Bindings

/**
     * Setter used to store the suffix for the generated weblogic jar file.
     *
     * @param inString the string to use as the suffix.
     */
/**
     * String value appended to the basename of the deployment
     * descriptor to create the filename of the WebLogic EJB
     * jar file. Optional, default '.jar'.
     * @param inString the string to use as the suffix.
     */
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
     */
/**
     * 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;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None