Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.966 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 127 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/junit/FormatterElement.java |
2 | 2 | 121 | E:/TSE/Projects-CloneDR/apache-ant-1.7.0/src/org/apache/tools/ant/taskdefs/optional/Native2Ascii.java |
| |||||
/** * Set the extension to use for the report file. * @param ext the extension to use. */ public void setExtension(String ext) { this.extension = ext; } |
| |||||
/** * Set the extension which converted files should have. * If unset, files will not be renamed. * * @param ext File extension to use for converted files. */ public void setExt(String ext) { this.extension = ext; } |
| |||
/** * Set the extension to use for the report file. * @param ext the extension to use. */ /** * Set the extension which converted files should have. * If unset, files will not be renamed. * * @param ext File extension to use for converted files. */ public void [[#variable112c6400]](String ext) { this.extension = ext; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#112c6400]] | setExtension |
1 | 2 | [[#112c6400]] | setExt |