CloneSet1215


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.970method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12421
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Java.java
23419
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
421
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Java.java

/**
 * Add a system property.
 *
 * @param sysp system property.
 */
public void addSysproperty(Environment.Variable sysp) {
  getCommandLine().addSysproperty(sysp);
}


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

/**
 * Adds a system property that tests can access.
 * This might be useful to tranfer Ant properties to the
 * testcases when JVM forking is not enabled.
 *
 * @since Ant 1.3
 * @deprecated since ant 1.6
 * @param sysp environment variable to add
 */
public void addSysproperty(Environment.Variable sysp) {
  getCommandline().addSysproperty(sysp);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Add a system property.
     *
     * @param sysp system property.
     */
/**
     * Adds a system property that tests can access.
     * This might be useful to tranfer Ant properties to the
     * testcases when JVM forking is not enabled.
     *
     * @since Ant 1.3
     * @deprecated since ant 1.6
     * @param sysp environment variable to add
     */
public void addSysproperty(Environment.Variable sysp) {
   [[#variable11273900]]().addSysproperty(sysp);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#11273900]]
getCommandLine 
12[[#11273900]]
getCommandline