Reputation: 824
I'm trying to figure out how could I implement a detector using findbugs.
Also I don't want to create a plugin since findbugs already has this functionality.
I need my detector to check if all the calls to ClassName.getConnection() are matched by ClassName.freeConnection().
Upvotes: 1
Views: 79