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.
精彩评论