Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 300 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java |
2 | 2 | 372 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/ejb/WLRun.java |
| |||||
/** * Set any additional arguments to pass to the weblogic JVM; optional. * @param args the arguments to be passed to the JVM */ public void setJvmargs(String args) { this.additionalJvmArgs = args; } |
| |||||
/** * Set the additional arguments to pass to the weblogic JVM * @param args the arguments to be passed to the JVM */ public void setJvmargs(String args) { this.additionalJvmArgs = args; } |
| |||
/** * Set the additional arguments to pass to the weblogic JVM * @param args the arguments to be passed to the JVM */ /** * Set any additional arguments to pass to the weblogic JVM; optional. * @param args the arguments to be passed to the JVM */ public void setJvmargs(String args) { this.additionalJvmArgs = args; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |