Go to file
Andrew Gaul 426fa9321e Document WhitespaceAround for-each property
Follow up to 09f1ba2f35.
2013-10-06 09:33:56 -07:00
config fixing the line endings 2010-09-30 13:36:23 +10:00
contrib fix from Antonio Ospite was applied to remove remnants of DoubleCheckedLocking #sf705 2013-10-03 16:41:56 -07:00
src Document WhitespaceAround for-each property 2013-10-06 09:33:56 -07:00
.gitignore adding IDEs configurations to .gitignore 2013-09-10 17:32:52 +03:00
.travis.yml adding travis config file - additionally it is needed to activate travis on this github repo 2013-09-10 17:33:22 +03: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 update for new git location, few updates for first chapter 2013-09-10 21:14:55 -07: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 support turning on/off processing Javadoc comments. 2011-07-12 14:19:50 +10:00
checkstyle_checks.xml Make the code "checkstyle compliant" 2011-07-12 11:47:57 +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 Bump the copyright year to 2013 2013-09-10 21:11:31 +10:00
pom.xml add the team members to the project site 2013-09-25 21:13:18 +10:00
sun_checks.xml fix from Antonio Ospite was applied to remove remnants of DoubleCheckedLocking #sf705 2013-10-03 16:41:56 -07:00
suppressions.xml Apply patch# #156 Check suppression with @SuppressWarnings 2013-06-12 21:28:08 +10: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, see "Download" section.

Documentation is available in HTML format, see sub items of "Standard Checks".

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
https://github.com/checkstyle/checkstyle/issues


Thanks for trying out checkstyle!

Oliver Burn