johnny-b-goode
johnny-b-goode

Reputation: 3893

How to list all NetBeans warnings with FindBugs plugin?

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

Answers (1)

ollo
ollo

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

Related Questions