开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜