CloneSet705


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112135
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetDeploymentTool.java
212160
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
135
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetDeploymentTool.java

/**
 * Setter method used to specify whether the Java source files generated by
 * the ejbc utility should be saved or automatically deleted.
 *
 * @param keepgenerated boolean which, if <code>true</code>, indicates that
 *                      Java source files generated by ejbc for the stubs
 *                      and skeletons should be kept.
 */
public void setKeepgenerated(boolean keepgenerated) {
  this.keepgenerated = keepgenerated;
}

/**
 * Sets whether or not debugging output will be generated when ejbc is
 * executed.
 *
 * @param debug A boolean indicating if debugging output should be generated
 */
public void setDebug(boolean debug) {
  this.debug = debug;
}


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

/**
 * If true, the Java source files which are generated by ejbc will be saved .
 *
 * @param keepgenerated A boolean indicating if the Java source files for
 *                      the stubs and skeletons should be retained.
 */
public void setKeepgenerated(boolean keepgenerated) {
  this.keepgenerated = keepgenerated;
}

/**
 * If true, debugging output will be generated when ejbc is
 * executed.
 *
 * @param debug A boolean indicating if debugging output should be generated
 */
public void setDebug(boolean debug) {
  this.debug = debug;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Setter method used to specify whether the Java source files generated by
     * the ejbc utility should be saved or automatically deleted.
     *
     * @param keepgenerated boolean which, if <code>true</code>, indicates that
     *                      Java source files generated by ejbc for the stubs
     *                      and skeletons should be kept.
     */
/**
     * If true, the Java source files which are generated by ejbc will be saved .
     *
     * @param keepgenerated A boolean indicating if the Java source files for
     *                      the stubs and skeletons should be retained.
     */
public void setKeepgenerated(boolean keepgenerated) {
  this.keepgenerated = keepgenerated;
}

/**
     * Sets whether or not debugging output will be generated when ejbc is
     * executed.
     *
     * @param debug A boolean indicating if debugging output should be generated
     */
/**
     * If true, debugging output will be generated when ejbc is
     * executed.
     *
     * @param debug A boolean indicating if debugging output should be generated
     */
public void setDebug(boolean debug) {
  this.debug = debug;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None