org.h2.tools.code |
Javadoc package documentation
Source code checking classes.
|
Java Source File Name | Type | Comment |
CheckJavadoc.java | Class | This tool checks that for each .java file there is a package.html file,
that for each .java file there is at least one (class level) javadoc comment,
and that lines with comments are not too long. |
CheckTextFiles.java | Class | This tool checks that source code files only contain the allowed set of
characters, and that the copyright license is included in each file. |
CodeSwitch.java | Class | This application allows to switch source code to different 'modes', so that
it can be compiled for different JDKs. |