Go to file
Oliver Burn 2a30b5aba2 Added MethodCount that checks the number of methods declared in
each type. This includes the number of each scope as well as an
overall total. Thanks to Alexander Jesse for patch #1151669,
which was the inspiration.
2010-10-01 13:56:48 +10:00
config fixing the line endings 2010-09-30 13:36:23 +10:00
contrib fixing the line endings 2010-09-30 13:36:23 +10:00
src Added MethodCount that checks the number of methods declared in 2010-10-01 13:56:48 +10:00
.hgignore ignore things 2010-09-30 13:39:17 +10:00
LICENSE fixing the line endings 2010-09-30 13:36:23 +10:00
LICENSE.apache20 fixing the line endings 2010-09-30 13:36:23 +10:00
README fixing the line endings 2010-09-30 13:36:23 +10:00
README-Eclipse.txt Wrote the unit tests, and found a potential bug. Well worth it :-) 2010-09-30 22:22:55 +10:00
RIGHTS.antlr fixing the line endings 2010-09-30 13:36:23 +10:00
ant-phase-compile.xml fixing the line endings 2010-09-30 13:36:23 +10:00
ant-phase-verify.xml Run the checkstyle task in the correct phase. 2010-10-01 11:20:14 +10:00
build.xml fixing the line endings 2010-09-30 13:36:23 +10:00
checkstyle_checks.xml Add support for enumerations. 2010-10-01 13:25:30 +10:00
import-control.xml Apply patch #2783226 that uses FileText as an implementation for 2010-06-28 13:02:13 +00:00
java.header A new year 2010-02-13 02:57:15 +00:00
pom.xml Run the checkstyle task in the correct phase. 2010-10-01 11:20:14 +10:00
sun_checks.xml Applied patch from lkoe to fix bug #2707473 and added the GenericWhitespace check. 2009-03-26 21:50:55 +00:00
suppressions.xml use immutablemap where possible 2009-04-27 12:35:19 +00:00

README

CHECKSTYLE
==========

This directory contains the distribution for checkstyle. It is a tool for
checking Java source code for adherence to a set of rules.

The latest version can be found at http://checkstyle.sourceforge.net

Documentation is available in HTML format, in the "site" directory.

Licensing
=========

This software is licensed under the terms in the file named "LICENSE" in this
directory.

The software uses the ANTLR package (http://www.antlr.org). Its license terms
are in the file named "RIGHTS.antlr" in this directory.

This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).

The software uses the Cli, Logging and Beanutils packages from the
Apache Commons project (http://commons.apache.org/). The license terms
of these packages are in the file named "LICENSE.apache20" in this
directory.

The software uses the Google Collections Library
(http://code.google.com/p/google-collections/). The license terms of
these packages are in the file named "LICENSE.apache20" in this
directory.


Feedback
========

Please send any feedback to checkstyle-user@lists.sourceforge.net.

Bugs should be reported to the checkstyle bugtracker at
http://sourceforge.net/tracker/?atid=397078&group_id=29721&func=browse


Thanks for trying out checkstyle!

Oliver Burn