CloneSet765


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.960method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13650
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java
23667
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
650
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java

/**
 * Copy all user properties that have been set on the command
 * line or a GUI tool from this instance to the Project instance
 * given as the argument.
 *
 * <p>To copy all &quot;user&quot; properties, you will also have to call
 * {@link #copyInheritedProperties copyInheritedProperties}.</p>
 *
 * @param other the project to copy the properties to.  Must not be null.
 *
 * @since Ant 1.5
 */
public void copyUserProperties(Project other) {
  PropertyHelper ph = PropertyHelper.getPropertyHelper(this );
  ph.copyUserProperties(other);
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
667
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Project.java

/**
 * Copy all user properties that have not been set on the
 * command line or a GUI tool from this instance to the Project
 * instance given as the argument.
 *
 * <p>To copy all &quot;user&quot; properties, you will also have to call
 * {@link #copyUserProperties copyUserProperties}.</p>
 *
 * @param other the project to copy the properties to.  Must not be null.
 *
 * @since Ant 1.5
 */
public void copyInheritedProperties(Project other) {
  PropertyHelper ph = PropertyHelper.getPropertyHelper(this );
  ph.copyInheritedProperties(other);
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Copy all user properties that have not been set on the
     * command line or a GUI tool from this instance to the Project
     * instance given as the argument.
     *
     * <p>To copy all &quot;user&quot; properties, you will also have to call
     * {@link #copyUserProperties copyUserProperties}.</p>
     *
     * @param other the project to copy the properties to.  Must not be null.
     *
     * @since Ant 1.5
     */
/**
     * Copy all user properties that have been set on the command
     * line or a GUI tool from this instance to the Project instance
     * given as the argument.
     *
     * <p>To copy all &quot;user&quot; properties, you will also have to call
     * {@link #copyInheritedProperties copyInheritedProperties}.</p>
     *
     * @param other the project to copy the properties to.  Must not be null.
     *
     * @since Ant 1.5
     */
public void [[#variable1309b6a0]](Project other) {
  PropertyHelper ph = PropertyHelper.getPropertyHelper(this );
  ph. [[#variable1309b6a0]](other);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1309b6a0]]
copyUserProperties 
12[[#1309b6a0]]
copyInheritedProperties