Go to file
Oliver Burn ceb894bc7a Treating the Unit Tests as *real* code. 2010-10-06 12:44:39 +11: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 Treating the Unit Tests as *real* code. 2010-10-06 12:44:39 +11: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 Treating the Unit Tests as *real* code. 2010-10-06 12:44:39 +11:00
build.xml Treating the Unit Tests as *real* code. 2010-10-06 12:44:39 +11:00
checkstyle_checks.xml record work for https://sourceforge.net/tracker/?func=detail&aid=1144994&group_id=29721&atid=397080 2010-10-01 16:25:11 +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 Break dependence of deprecated API from Beanutils. 2010-10-04 22:33:47 +11:00
sun_checks.xml update for latest available. 2010-10-05 12:30:21 +11:00
suppressions.xml Treating the Unit Tests as *real* code. 2010-10-06 12:44:39 +11: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