CloneSet978


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114794
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetCompile.java
210239
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/NetCommand.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
794
Source File
E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/dotnet/DotnetCompile.java

/**
 * getter for flag
 * @return The flag indicating whether the compilation is using a response file.
 */
public boolean isUseResponseFile() {
  return useResponseFile;
}

/**
 * Flag to turn on response file use; default=false.
 * When set the command params are saved to a file and
 * this is passed in with @file. The task automatically switches
 * to this mode with big commands; this option is here for
 * testing and emergencies
 * @param useResponseFile a <code>boolean</code> value.
 */
public void setUseResponseFile(boolean useResponseFile) {
  this.useResponseFile = useResponseFile;
}


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

/**
 * getter
 * @return response file state
 */
public boolean isUseResponseFile() {
  return useResponseFile;
}

/**
 * set this to true to always use the response file
 * @param useResponseFile a <code>boolean</code> value.
 */
public void setUseResponseFile(boolean useResponseFile) {
  this.useResponseFile = useResponseFile;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * getter
     * @return response file state
     */
/**
     * getter for flag
     * @return The flag indicating whether the compilation is using a response file.
     */
public boolean isUseResponseFile() {
  return useResponseFile;
}

/**
     * set this to true to always use the response file
     * @param useResponseFile a <code>boolean</code> value.
     */
/**
     * Flag to turn on response file use; default=false.
     * When set the command params are saved to a file and
     * this is passed in with @file. The task automatically switches
     * to this mode with big commands; this option is here for
     * testing and emergencies
     * @param useResponseFile a <code>boolean</code> value.
     */
public void setUseResponseFile(boolean useResponseFile) {
  this.useResponseFile = useResponseFile;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None