Reports any package.html files. These files are used for documenting packages. Since J2SE 5 it is recommended to use package-info.java files instead, since such files can also contain package annotations. In this way, package-info.java becomes the sole repository for package level annotations and documentation.