Query: checkstyle
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CHECKSTYLE(1) CHECKSTYLE(1)NAMEcheckstyle - static code analysis tool to check if Java source code complies with coding rulesSYNOPSIScheckstyle -c configurationFile [options] [file]OVERVIEWCheckstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard. Checkstyle is highly configurable and can be made to support almost any coding standard. For information about Checkstyle, it can be found at http://checkstyle.sourceforge.net/.OPTIONSfile Specify the Java source code file to check. -c configurationFile Specify the file that configures the checks to apply. -f format Specify the output format. Options are "plain" for the DefaultLogger and "xml" for the XMLLogger. Defaults to "plain". -p propertiesFile Specify a properties file to use. -o file Specify the file to output to. -r dir Specify the directory to traverse for Java source files.SEE ALSOhttp://checkstyle.sourceforge.net/cmdline.html 2010-11-29 CHECKSTYLE(1)
Related Man Pages |
---|
javaws(1) - mojave |
jinfo(1) - mojave |
jpackage-utils(7) - suse |
dacs.java(7) - suse |
dacs.java(7) - linux |
Similar Topics in the Unix Linux Community |
---|
Java checkstyle Tool 5.0 beta 1 (Default branch) |
CheckstyleAS3 0.0.3 (Default branch) |