Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.951 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 57 | E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/importer/csv/CSVFileImporter.java |
2 | 3 | 56 | E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/importer/excel/ExcelFileImporter.java |
| |||||
/** * The standard constructor * * @param importFile The import file */ public CSVFileImporter(File importFile) { this.importFile = importFile; this.settings = new CSVSettingsBean(); } |
| |||||
/** * The standard constructor * * @param importFile The import file */ public ExcelFileImporter(File importFile) { this.importFile = importFile; this.settings = new ExcelSettingsBean(); } |
| |||
/** * The standard constructor * * @param importFile The import file */ public [[#variable1c9df560]](File importFile) { this.importFile = importFile; this.settings = new [[#variable1c9df500]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c9df560]] | CSVFileImporter |
1 | 2 | [[#1c9df560]] | ExcelFileImporter |
2 | 1 | [[#1c9df500]] | CSVSettingsBean |
2 | 2 | [[#1c9df500]] | ExcelSettingsBean |