JDBC lint
Andrew Gaul <[email protected]> Mon, 2 Dec 2013 20:19:30 -0800
| Newsgroups | gmane.comp.db.mysql.java |
|---|---|
| Message-ID | <[email protected]> |
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! -- Andrew Gaul http://maginatics.com/ -- MySQL Java Mailing List For list archives: http://lists.mysql.com/java To unsubscribe: http://lists.mysql.com/java