Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.985 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 913 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/Session.java |
2 | 6 | 934 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/Session.java |
| |||||
// i18n[Session.driverCompliance=The driver being used for alias ''{0}'' is not JDBC 2.1 compliant.\nYou should consider getting a more recent version of this driver] String msg = s_stringMgr.getString("Session.driverCompliance", _alias.getName()); // i18n[Session.driverComplianceTitle=JRE/JDBC Version Mismatch] String title = s_stringMgr.getString("Session.driverComplianceTitle"); showMessageDialog(msg, title, JOptionPane.WARNING_MESSAGE); |
| |||||
// i18n[Session.driverCompliance3.0=The driver being used for alias ''{0}'' is not JDBC 3.0 compliant.\nYou should consider getting a more recent version of this driver] String msg = s_stringMgr.getString("Session.driverCompliance3.0", _alias.getName()); // i18n[Session.driverComplianceTitle=JRE/JDBC Version Mismatch] String title = s_stringMgr.getString("Session.driverComplianceTitle"); showMessageDialog(msg, title, JOptionPane.WARNING_MESSAGE); |
| |||
// i18n[Session.driverCompliance=The driver being used for alias ''{0}'' is not JDBC 2.1 compliant.\nYou should consider getting a more recent version of this driver] // i18n[Session.driverCompliance3.0=The driver being used for alias ''{0}'' is not JDBC 3.0 compliant.\nYou should consider getting a more recent version of this driver] String msg = s_stringMgr.getString( [[#variable1c84c5e0]], _alias.getName()); // i18n[Session.driverComplianceTitle=JRE/JDBC Version Mismatch] String title = s_stringMgr.getString("Session.driverComplianceTitle"); showMessageDialog(msg, title, JOptionPane.WARNING_MESSAGE); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c84c5e0]] | "Session.driverCompliance" |
1 | 2 | [[#1c84c5e0]] | "Session.driverCompliance3.0" |