Tagged Questions
2
votes
1answer
770 views
Findbugs using jsr305 annotations in eclipse is not finding bugs
I've been experimenting with the jsr 305 annotations for use with Findbugs, specifically the @CheckForNull annotation which would have avoided a bug I just found making it out to customers. I've added ...