CloneSet452


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16230.959class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11584
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/unix/AbstractAccessTask.java
216143
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
15
Source Line
84
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/unix/AbstractAccessTask.java

/**
 * Prevent the skipping of empty filesets
 *
 * @ant.attribute ignore="true"
 * @param skip A user supplied boolean we won't accept.
 */
public void setSkipEmptyFilesets(boolean skip) {
  throw new BuildException(getTaskType() + " doesn\'t support the " + "skipemptyfileset attribute", getLocation());
}

/**
 * Prevent the use of the addsourcefile atribute.
 *
 * @ant.attribute ignore="true"
 * @param b A user supplied boolean we won't accept.
 */
public void setAddsourcefile(boolean b) {
  throw new BuildException(getTaskType() + " doesn\'t support the addsourcefile attribute", getLocation());
}


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

/**
 * Set skip empty file sets.
 * This is not allowed, and it always throws a BuildException.
 * @param skip ignored
 * @ant.attribute ignore="true"
 */
public void setSkipEmptyFilesets(boolean skip) {
  throw new BuildException(getTaskType() + " doesn\'t support the " + "skipemptyfileset attribute", getLocation());
}

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


Clone AbstractionParameter Count: 3Parameter Bindings

/**
     * Set skip empty file sets.
     * This is not allowed, and it always throws a BuildException.
     * @param skip ignored
     * @ant.attribute ignore="true"
     */
/**
     * Prevent the skipping of empty filesets
     *
     * @ant.attribute ignore="true"
     * @param skip A user supplied boolean we won't accept.
     */
public void setSkipEmptyFilesets(boolean skip) {
  throw new BuildException(getTaskType() + " doesn\'t support the " + "skipemptyfileset attribute", getLocation());
}

/**
     * Set parallel.
     * This is not allowed, and it always throws a BuildException.
     * @param parallel ignored
     * @ant.attribute ignore="true"
     */
/**
     * Prevent the use of the addsourcefile atribute.
     *
     * @ant.attribute ignore="true"
     * @param b A user supplied boolean we won't accept.
     */
public void [[#variable13127680]](boolean  [[#variable131275e0]]) {
  throw new BuildException(getTaskType() +  [[#variable13127560]], getLocation());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#13127680]]
setAddsourcefile 
12[[#13127680]]
setParallel 
21[[#131275e0]]
b 
22[[#131275e0]]
parallel 
31[[#13127560]]
" doesn\'t support the addsourcefile attribute" 
32[[#13127560]]
" doesn\'t support the parallel attribute"