CloneSet924


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
121530
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java
22754
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetCompile.java
32171
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/Ildasm.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
1530
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java

/**
 * Sets the actual executable command to invoke, instead of the binary
 * <code>javadoc</code> found in Ant's JDK.
 * @param executable the command to invoke.
 * @since Ant 1.6.3
 */
public void setExecutable(String executable) {
  this.executable = executable;
}


Next
Previous
Clone Instance
2
Line Count
2
Source Line
754
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetCompile.java

/**
 * set the name of the program, overriding the defaults.
 * Can be used to set the full path to a program, or to switch
 * to an alternate implementation of the command, such as the Mono or Rotor
 * versions -provided they use the same command line arguments as the
 * .NET framework edition
 * @param executable the name of the program.
 */
public void setExecutable(String executable) {
  this.executable = executable;
}


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

/**
 * override the name of the executable (normally ildasm) or set
 * its full path. Do not set a relative path, as the ugly hacks
 * needed to create resource files in the dest directory
 * force us to change to this directory before running the application.
 * i.e use &lt;property location&gt to create an absolute path from a
 * relative one before setting this value.
 * @param executable the name of the executable to use.
 */
public void setExecutable(String executable) {
  this.executable = executable;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * Sets the actual executable command to invoke, instead of the binary
     * <code>javadoc</code> found in Ant's JDK.
     * @param executable the command to invoke.
     * @since Ant 1.6.3
     */
/**
     * set the name of the program, overriding the defaults.
     * Can be used to set the full path to a program, or to switch
     * to an alternate implementation of the command, such as the Mono or Rotor
     * versions -provided they use the same command line arguments as the
     * .NET framework edition
     * @param executable the name of the program.
     */
/**
     * override the name of the executable (normally ildasm) or set
     * its full path. Do not set a relative path, as the ugly hacks
     * needed to create resource files in the dest directory
     * force us to change to this directory before running the application.
     * i.e use &lt;property location&gt to create an absolute path from a
     * relative one before setting this value.
     * @param executable the name of the executable to use.
     */
public void setExecutable(String executable) {
  this.executable = executable;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None