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 | 432 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Java.java |
2 | 2 | 449 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java |
| |||||
/** * Add a set of properties as system properties. * * @param sysp set of properties to add. * * @since Ant 1.6 */ public void addSyspropertyset(PropertySet sysp) { getCommandLine().addSyspropertyset(sysp); } |
| |||||
/** * Adds a set of properties that will be used as system properties * that tests can access. * * This might be useful to tranfer Ant properties to the * testcases when JVM forking is not enabled. * * @param sysp set of properties to be added * @since Ant 1.6 */ public void addSyspropertyset(PropertySet sysp) { getCommandline().addSyspropertyset(sysp); } |
| |||
/** * Add a set of properties as system properties. * * @param sysp set of properties to add. * * @since Ant 1.6 */ /** * Adds a set of properties that will be used as system properties * that tests can access. * * This might be useful to tranfer Ant properties to the * testcases when JVM forking is not enabled. * * @param sysp set of properties to be added * @since Ant 1.6 */ public void addSyspropertyset(PropertySet sysp) { [[#variable112bd4e0]]().addSyspropertyset(sysp); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112bd4e0]] | getCommandLine |
1 | 2 | [[#112bd4e0]] | getCommandline |