JDBC lint helps Java programmers write correct and efficient code when 
using the JDBC API.  This includes resource management, e.g., missing 
Connection.close, incorrect use of JDBC, e.g., Statement.addBatch without 
Statement.executeBatch, and potential optimizations, e.g., unread ResultSet 
columns.  JDBC lint wraps DataSource and Connection and via dynamic proxy 
classes and thus has compatibility with all applications using JDBC.  I 
tested against H2 and MySQL and hope users find this helpful:

https://github.com/maginatics/jdbclint

I appreciate any feedback!

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to