CloneSet445


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

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

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


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

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

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


Clone AbstractionParameter Count: 2Parameter Bindings

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

/**
     * Set the executable.
     * This is not allowed, and it always throws a BuildException.
     * @param e ignored
     * @ant.attribute ignore="true"
     */
/**
     * Set the command.
     * This is not allowed for Chmod.
     * @param cmdl ignored.
     * @throws BuildException always.
     * @ant.attribute ignore="true"
     */
public void setCommand( [[#variable1312c260]]  [[#variable1312c1e0]]) {
  throw new BuildException(getTaskType() + " doesn\'t support the command attribute", getLocation());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1312c260]]
Commandline 
12[[#1312c260]]
String 
21[[#1312c1e0]]
cmdl 
22[[#1312c1e0]]
e