Checkstyle is a project under SourceForge and provides a tool to help Java developers comply with certain coding specifications. It can be automatedCodeStandardizes the inspection process, freeing developers from this important but boring task.
Main content of the checkstyle check
· Javadoc comments
· Naming conventions
· Title
· Import Statement
· Volume size
· Blank
· Modifier
· Block
· Code Problems
· Class design
· Hybrid check (package some useful ones such as non-essential system. Out and printstacktrace)
As can be seen from the above, checkstyle provides most of the functions to check code specifications, but does not provide so many functions to enhance the code quality and modify the code, such as PMD and jalopy. However, for team development, especially for companies that emphasize code specifications, its functions are powerful enough.
Eclipse plug-in http://sourceforge.net/projects/checkstyle/files? Source = navbar