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