Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.978 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 264 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Javah.java |
2 | 9 | 131 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/jdepend/JDependTask.java |
| |||||
/** * Concatenates the resulting header or source files for all * the classes listed into this file. * @param outputFile the output file. */ public void setOutputFile(File outputFile) { this.outputFile = outputFile; } /** * The destination file, if any. * @return the destination file. * @since Ant 1.6.3 */ public File getOutputfile() { return outputFile; } |
| |||||
/** * The output file name. * * @param outputFile the output file name */ public void setOutputFile(File outputFile) { this.outputFile = outputFile; } /** * @return the output file name */ public File getOutputFile() { return outputFile; } |
| |||
/** * The output file name. * * @param outputFile the output file name */ /** * Concatenates the resulting header or source files for all * the classes listed into this file. * @param outputFile the output file. */ public void setOutputFile(File outputFile) { this.outputFile = outputFile; } /** * @return the output file name */ /** * The destination file, if any. * @return the destination file. * @since Ant 1.6.3 */ public File [[#variable130c62a0]]() { return outputFile; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130c62a0]] | getOutputfile |
1 | 2 | [[#130c62a0]] | getOutputFile |