Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 4 | 2 | 0.956 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 156 | E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/action/ImportTableDataCommand.java |
2 | 1 | 160 | E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/action/ImportTableDataCommand.java |
3 | 1 | 198 | E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/ImportDataIntoTableExecutor.java |
4 | 1 | 210 | E:/TSE/Projects-CloneDR/sql12/plugins/dataimport/src/net/sourceforge/squirrel_sql/plugins/dataimport/ImportDataIntoTableExecutor.java |
| |||||
//i18n[ImportTableDataCommand.sqlErrorOccured=An error occured while reading database data.] //i18n[ImportTableDataCommand.error=Error] JOptionPane.showMessageDialog(session.getApplication().getMainFrame(), stringMgr.getString("ImportTableDataCommand.sqlErrorOccured"), stringMgr.getString("ImportTableDataCommand.error"), JOptionPane.ERROR_MESSAGE); |
| |||||
//i18n[ImportTableDataCommand.ioErrorOccured=An error occured while reading import file data.] JOptionPane.showMessageDialog(session.getApplication().getMainFrame(), stringMgr.getString("ImportTableDataCommand.ioErrorOccured"), stringMgr.getString("ImportTableDataCommand.error"), JOptionPane.ERROR_MESSAGE); |
| |||||
//i18n[ImportDataIntoTableExecutor.sqlException=A database error occured while inserting data] //i18n[ImportDataIntoTableExecutor.error=Error] JOptionPane.showMessageDialog(session.getApplication().getMainFrame(), stringMgr.getString("ImportDataIntoTableExecutor.sqlException"), stringMgr.getString("ImportDataIntoTableExecutor.error"), JOptionPane.ERROR_MESSAGE); |
| |||||
//i18n[ImportDataIntoTableExecutor.ioException=An error occured while reading the input file.] JOptionPane.showMessageDialog(session.getApplication().getMainFrame(), stringMgr.getString("ImportDataIntoTableExecutor.ioException"), stringMgr.getString("ImportDataIntoTableExecutor.error"), JOptionPane.ERROR_MESSAGE); |
| |||
//i18n[ImportDataIntoTableExecutor.sqlException=A database error occured while inserting data] //i18n[ImportDataIntoTableExecutor.error=Error] //i18n[ImportDataIntoTableExecutor.ioException=An error occured while reading the input file.] //i18n[ImportTableDataCommand.sqlErrorOccured=An error occured while reading database data.] //i18n[ImportTableDataCommand.error=Error] //i18n[ImportTableDataCommand.ioErrorOccured=An error occured while reading import file data.] JOptionPane.showMessageDialog(session.getApplication().getMainFrame(), stringMgr.getString( [[#variable1cce1200]]), stringMgr.getString( [[#variable1cce10a0]]), JOptionPane.ERROR_MESSAGE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cce1200]] | "ImportTableDataCommand.sqlErrorOccured" |
1 | 2 | [[#1cce1200]] | "ImportTableDataCommand.ioErrorOccured" |
1 | 3 | [[#1cce1200]] | "ImportDataIntoTableExecutor.sqlException" |
1 | 4 | [[#1cce1200]] | "ImportDataIntoTableExecutor.ioException" |
2 | 1 | [[#1cce10a0]] | "ImportTableDataCommand.error" |
2 | 2 | [[#1cce10a0]] | "ImportTableDataCommand.error" |
2 | 3 | [[#1cce10a0]] | "ImportDataIntoTableExecutor.error" |
2 | 4 | [[#1cce10a0]] | "ImportDataIntoTableExecutor.error" |