java - Defining findbugs detector using the existing plugins -


i'm trying figure out how implement detector using findbugs.

also don't want create plugin since findbugs has functionality.

i need detector check if calls classname.getconnection() matched classname.freeconnection().

i think have answer in link:

https://vasileirimia.wordpress.com/2015/07/14/addind-custom-constraints-called-obligations-to-findbugs/

good luck !


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -