[RSS]

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.png

Screenshot of the Analyze Javadoc in the main Tools menu:
http://wiki.netbeans.org/attach/AnalyzeJavadocUISpec/analyzejavadoc7.png

Screenshot of the Analyze in the main Window/Output menu:
http://wiki.netbeans.org/attach/AnalyzeJavadocUISpec/analyzejavadoc9.png

Screenshot of the Analyzer Window:
http://wiki.netbeans.org/attach/AnalyzeJavadocUISpec/analyzejavadoc3.png

Module implementing the proposed change can be downloaded here.