Question

I'm using netbeans 7.3 ide on ubuntu. I've installed the findBugz plugin and when running source->inspect I get a lot of suggestions/errors. One that I would like to ignore in this time is "Missing javadoc" (when I run "all analyzers"). How can I do that? I found that I can configure other errors (to be ignored in a specific line or all together) if it relates to a java hint (then I can press the small black arrow and configure it the way I want). But with this error - there's no little black error...

Was it helpful?

Solution

There is one way I know how. After clicking Inspect from the Source menu, create a new Custom configuration by clicking Manage button next to the Configuration drop down after you've chosen a custom configuration. Then you have to manually check all of the boxes for both FindBugs and NetBeans Java Hints EXCEPT JavaDoc->Create Javadoc This runs all analyzers except the one that displays "Missing javadoc." Not ideal, but I hope this helps.

OTHER TIPS

Disable "Error in Javadoc" option, on Hints tab:

disable "Error in Javadoc" option, on Hints tab

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top