开发者

Any eclipse plugin to find the jdbc connection leakage in java code

开发者 https://www.devze.com 2023-01-16 05:57 出处:网络
I have connection leakage problem in my java code. I need to know the eclipse plugin which detects connections/resultset are 开发者_JAVA技巧closed in my java code.You may be interested in the findbugs

I have connection leakage problem in my java code. I need to know the eclipse plugin which detects connections/resultset are 开发者_JAVA技巧closed in my java code.


You may be interested in the findbugs eclipse plugin, it has support for code blocks which do not close resources.

0

精彩评论

暂无评论...
验证码 换一张
取 消