Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1530 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/Javadoc.java |
2 | 2 | 754 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetCompile.java |
3 | 2 | 171 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/Ildasm.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; } |
| |||||
/** * 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; } |
| |||||
/** * 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 <property location> 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; } |
| |||
/** * 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 <property location> 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |