spotbugs / discuss

SpotBugs mailing list
6 stars 1 forks source link

Best way to add detection of a specific bug to spotbugs? #45

Open Romain-Telecom opened 6 years ago

Romain-Telecom commented 6 years ago

As part of my internship, my job is to make spotbugs capable of detecting a specific bug pattern my tutor has found, what would be the best way to go about it?

I've thought of building my own extension like fb-contrib, but I would first like to know if there is another way.

mebigfatguy commented 6 years ago

building your own extension is likely the easiest answer.

KengoTODA commented 6 years ago

http://spotbugs.readthedocs.io/en/latest/implement-plugin.html Here we have document for plug-in developers.

Romain-Telecom commented 6 years ago

Thank you very much, I've begun writing my own detectors and have had some success :)