jdk-24/langtools/test/tools/doclint/tidy
Alexander Kulyakhtin b6262441ad 8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine
2015-05-21 11:41:04 -07:00
..
util 8025412: Add legal header and comments to test/tools/doclint/tidy/util/Main.java 2013-09-25 14:04:24 -07:00
AnchorAlreadyDefined.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
AnchorAlreadyDefined.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
BadEnd.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
BadEnd.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
InsertImplicit.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
InsertImplicit.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
InvalidEntity.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
InvalidEntity.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
InvalidName.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
InvalidName.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
InvalidTag.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
InvalidTag.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
InvalidURI.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
InvalidURI.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
MissingGT.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
MissingGT.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
MissingTag.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
MissingTag.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
NestedTag.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
NestedTag.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
ParaInPre.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
ParaInPre.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
README.txt 8004832: Add new doclint package 2012-12-17 07:47:05 -08:00
RepeatedAttr.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
RepeatedAttr.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
TextNotAllowed.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
TextNotAllowed.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
TrimmingEmptyTag.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
TrimmingEmptyTag.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
UnescapedOrUnknownEntity.java 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00
UnescapedOrUnknownEntity.out 8076543: Add @modules as needed to the langtools tests 2015-05-21 11:41:04 -07:00

The utilities in this directory can be used to determine
common issues in javadoc comments by running the standard
"tidy" program on the output of javadoc, and analysing
the messages that are reported.

tidy.sh is a script that will run the "tidy" program on
the files in a directory, writing the results to a new
directroy.

tidystats.Main is a Java program that can analyze the 
files produced by the tidy.sh script to generate a 
summary report about the warnings that were found.


The tests is this directory are focussed on verifying
that doclint detects issues in javadoc comments that will
give rise to issues detected by "tidy" in the output
generated by javadoc. 

For more information on the "tidy" program, see the HTML Tidy
Library Project page at http://tidy.sourceforge.net/.