Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 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 | 9 | 163 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTask.java |
2 | 10 | 64 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/BaseTest.java |
| |||||
/** * If true, forks into a new JVM. Default: false. * * @param value <tt>true</tt> if a JVM should be forked, * otherwise <tt>false<tt> */ public void setFork(boolean value) { fork = value; } /** * @return the value of the fork attribute */ public boolean getFork() { return fork; } |
| |||||
/** * Set the fork attribute. * @param value a <code>boolean</code> value. */ public void setFork(boolean value) { fork = value; } /** * Get the fork attribute. * @return the attribute. */ public boolean getFork() { return fork; } |
| |||
/** * If true, forks into a new JVM. Default: false. * * @param value <tt>true</tt> if a JVM should be forked, * otherwise <tt>false<tt> */ /** * Set the fork attribute. * @param value a <code>boolean</code> value. */ public void setFork(boolean value) { fork = value; } /** * @return the value of the fork attribute */ /** * Get the fork attribute. * @return the attribute. */ public boolean getFork() { return fork; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |