Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 291 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/javacc/JavaCC.java |
2 | 2 | 165 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/javacc/JJTree.java |
| |||||
/** * The directory to write the generated files to. * If not set, the files are written to the directory * containing the grammar file. * @param outputDirectory the output directory. */ public void setOutputdirectory(File outputDirectory) { this.outputDirectory = outputDirectory; } |
| |||||
/** * The directory to write the generated JavaCC grammar and node files to. * If not set, the files are written to the directory * containing the grammar file. * @param outputDirectory the output directory. */ public void setOutputdirectory(File outputDirectory) { this.outputDirectory = outputDirectory; } |
| |||
/** * The directory to write the generated files to. * If not set, the files are written to the directory * containing the grammar file. * @param outputDirectory the output directory. */ /** * The directory to write the generated JavaCC grammar and node files to. * If not set, the files are written to the directory * containing the grammar file. * @param outputDirectory the output directory. */ public void setOutputdirectory(File outputDirectory) { this.outputDirectory = outputDirectory; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |