CloneSet1149


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13246
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Chmod.java
23132
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/windows/Attrib.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
246
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Chmod.java

/**
 * This is not allowed for Chmod.
 * @param b ignored.
 * @throws BuildException always.
 * @ant.attribute ignore="true"
 */
public void setAddsourcefile(boolean b) {
  throw new BuildException(getTaskType() + " doesn\'t support the addsourcefile attribute", getLocation());
}


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

/**
 * Add source file.
 * This is not allowed, and it always throws a BuildException.
 * @param b ignored
 * @ant.attribute ignore="true"
 */
public void setAddsourcefile(boolean b) {
  throw new BuildException(getTaskType() + " doesn\'t support the addsourcefile attribute", getLocation());
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * This is not allowed for Chmod.
     * @param b ignored.
     * @throws BuildException always.
     * @ant.attribute ignore="true"
     */
/**
     * Add source file.
     * This is not allowed, and it always throws a BuildException.
     * @param b ignored
     * @ant.attribute ignore="true"
     */
public void setAddsourcefile(boolean b) {
  throw new BuildException(getTaskType() + " doesn\'t support the addsourcefile attribute", getLocation());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None