Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
12 | 2 | 0 | 1.000 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 135 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetDeploymentTool.java |
2 | 12 | 160 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/IPlanetEjbcTask.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; } |
| |||||
/** * 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; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |