Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 155 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/BuildException.java |
2 | 2 | 103 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/ProjectComponent.java |
3 | 2 | 103 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/Target.java |
4 | 2 | 71 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/types/ResourceLocation.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; } |
| |||||
/** * 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; } |
| |||||
/** * 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; } |
| |||||
/** * @param location the location of the resource associated with the * publicId. */ public void setLocation(String location) { this.location = location; } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1302cc40]] | Location |
1 | 2 | [[#1302cc40]] | Location |
1 | 3 | [[#1302cc40]] | Location |
1 | 4 | [[#1302cc40]] | String |