Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.967 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 551 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Java.java |
2 | 2 | 368 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java |
| |||||
/** * Corresponds to -mx or -Xmx depending on VM version. * * @param max max memory parameter. */ public void setMaxmemory(String max) { getCommandLine().setMaxmemory(max); } |
| |||||
/** * Set the maximum memory to be used by all forked JVMs. * @param max the value as defined by <tt>-mx</tt> or <tt>-Xmx</tt> * in the java command line options. * * @since Ant 1.2 */ public void setMaxmemory(String max) { getCommandline().setMaxmemory(max); } |
| |||
/** * Corresponds to -mx or -Xmx depending on VM version. * * @param max max memory parameter. */ /** * Set the maximum memory to be used by all forked JVMs. * @param max the value as defined by <tt>-mx</tt> or <tt>-Xmx</tt> * in the java command line options. * * @since Ant 1.2 */ public void setMaxmemory(String max) { [[#variable112bcec0]]().setMaxmemory(max); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112bcec0]] | getCommandLine |
1 | 2 | [[#112bcec0]] | getCommandline |