spotbugs
https://github.com/spotbugs/spotbugs
Java
SpotBugs is FindBugs' successor. A tool for static analysis to look for bugs in Java code.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported18 Subscribers
Add a CodeTriage badge to spotbugs
Help out
- Issues
- Fix naked notify detection after local stores
- Fix UR_UNINIT_READ not reported for compound field assignment
- Fix NP_BOOLEAN_RETURN_NULL not reported for null returned via local variable
- Fix MS_EXPOSE_BUF not reported for ByteBuffer.array()
- Fix AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE missed for inner-class accesses to enclosing fields
- Fix EI_EXPOSE_REP not reported for anonymous-class getters
- Fixes #724: @SuppressFBWarnings annotation on a method or a constructor now suppresses warnings reported in their lambdas too
- Fix SING_SINGLETON_GETTER_NOT_SYNCHRONIZED for ternary lazy init
- Fixes #4148: Track Connection.prepareCall obligations
- Fix NN_NAKED_NOTIFY false positive when state is updated before synchronized notify (#3786)
- Docs
- Java not yet supported