CloneSet1283


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.985statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16913
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/Session.java
26934
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/Session.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
913
Source File
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);


First
Previous
Clone Instance
2
Line Count
6
Source Line
934
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/Session.java

// 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);


Clone AbstractionParameter Count: 1Parameter Bindings

// 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c84c5e0]]
"Session.driverCompliance" 
12[[#1c84c5e0]]
"Session.driverCompliance3.0"