Package eu.bandm.tools.util3
Class ApiDocWarningsFilter
java.lang.Object
eu.bandm.tools.util3.ApiDocWarningsFilter
Takes the output protocol of javadoc and
filters, counts, and re-arranges the warning messages.
Because a larger project as metatools can have 40_000 warnings,
the warnings of the most important categories are extracted
and presented as a survey.
Storing and presenting is as follows:
"warning:noMainDescription"\
V
"warning:noComment" ----> methodTextMissing --> methodTextMissingByPackage
"warning: no @param" --> detailTextMissing --> detailTextMissingByPackage
"warning: no @throws" ----^ ^ ^
"warning: no @return" --/ / /
"warning: no description for " / /
/
"warning: use of default constructor"---> defaultConstructor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TOOLS_ROOT
- See Also:
-
-
Constructor Details
-
ApiDocWarningsFilter
public ApiDocWarningsFilter()
-
-
Method Details
-
main
- Parameters:
args- [0] = input file [1] = output file.- Throws:
IOException
-