Reputation: 3893
I'll try to use FindBug plugin to list all of code errors, but the plugin misses the warnings (e.g. "Add @Override annotation", "Equals on incompatible classes", "Unused import", etc.).
What settings did I miss?
Upvotes: 2
Views: 1612
Reputation: 25350
In the Source -> Inspect
Window you have to select Configuration: All Analyzers
. Furthermore its possible to customize your Analyzers-settings by clicking Manage
Upvotes: 6