CloneSet1325


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.967method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12432
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Java.java
22449
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
432
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Java.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);
}


First
Previous
Clone Instance
2
Line Count
2
Source Line
449
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java

/**
 * 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);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#112bd4e0]]
getCommandLine 
12[[#112bd4e0]]
getCommandline