Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在项目中说某处连接未关闭。
那么Java中是否有任何东西(任何实用程序、api或其他东西)来检查我们打开数据库连接的Java类?
提前致谢 ..
FindBugs可以找到这样的东西:Method may fail to close database resource。
另一个工具是PMD:CloseResource
您可以使用netstat命令查看所有打开的连接。如果您知道数据库的主机/端口,则可以检查到它的打开连接。
netstat