AnalyzeJavadocUISpec
Usecases
- the user wants to find mistakes in Javadoc for a whole package or a set of packages
- the user wants to fix mistakes in Javadoc for a whole package or a set of packages
Proposed Change
Add Analyze Javadoc action to the Tools submenu of pop-up menu on folders and files. This action will find Javadoc mistakes in the selected folder(s) and show them in Analyzer Window. The Analyzer Window allows to batch-fix the mistakes or go through the mistakes one by one. Also add Analyze Javadoc to the main Tools menu and Analyze to Window/Output .
Screenshot of the Analyze Javadoc in the pop-up menu:
http://wiki.netbeans.org/attach/AnalyzeJavadocUISpec/analyzejavadoc5_AnalyzeJavadocUISpec.png
Screenshot of the Analyze Javadoc in the main Tools menu:
http://wiki.netbeans.org/attach/AnalyzeJavadocUISpec/analyzejavadoc7_AnalyzeJavadocUISpec.png
Screenshot of the Analyze in the main Window/Output menu:
http://wiki.netbeans.org/attach/AnalyzeJavadocUISpec/analyzejavadoc9_AnalyzeJavadocUISpec.png
Screenshot of the Analyzer Window:
http://wiki.netbeans.org/attach/AnalyzeJavadocUISpec/analyzejavadoc3_AnalyzeJavadocUISpec.png
Module implementing the proposed change can be downloaded File:Org-netbeans-modules-java-hints-analyzer AnalyzeJavadocUISpec.nbm here.

