CloneSet635


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2410.966method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12155
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/BuildException.java
22103
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ProjectComponent.java
32103
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Target.java
4271
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/ResourceLocation.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
155
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/BuildException.java

/**
 * Sets the file location where the error occurred.
 *
 * @param location The file location where the error occurred.
 *                 Must not be <code>null</code>.
 */
public void setLocation(Location location) {
  this.location = location;
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
103
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ProjectComponent.java

/**
 * Sets the file/location where this task was defined.
 *
 * @param location The file/location where this task was defined.
 *                 Should not be <code>null</code>--use
 *                 Location.UNKNOWN_LOCATION if the location isn't known.
 *
 * @see Location#UNKNOWN_LOCATION
 */
public void setLocation(Location location) {
  this.location = location;
}


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

/**
 * Sets the location of this target's definition.
 *
 * @param location   <code>Location</code>
 * @since 1.6.2
 */
public void setLocation(Location location) {
  this.location = location;
}


First
Previous
Clone Instance
4
Line Count
2
Source Line
71
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/ResourceLocation.java

/**
 * @param location the location of the resource associated with the
 *      publicId.
 */
public void setLocation(String location) {
  this.location = location;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
     * Sets the file location where the error occurred.
     *
     * @param location The file location where the error occurred.
     *                 Must not be <code>null</code>.
     */
/**
     * @param location the location of the resource associated with the
     *      publicId.
     */
/**
     * Sets the location of this target's definition.
     *
     * @param location   <code>Location</code>
     * @since 1.6.2
     */
/**
     * Sets the file/location where this task was defined.
     *
     * @param location The file/location where this task was defined.
     *                 Should not be <code>null</code>--use
     *                 Location.UNKNOWN_LOCATION if the location isn't known.
     *
     * @see Location#UNKNOWN_LOCATION
     */
public void setLocation( [[#variable1302cc40]] location) {
  this.location = location;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1302cc40]]
Location 
12[[#1302cc40]]
Location 
13[[#1302cc40]]
Location 
14[[#1302cc40]]
String