Checkstyle
Checkstyle
https://github.com/checkstyle/checkstyle
Java syntax checker
Checkstyle 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 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. An example configuration file is supplied supporting the Sun Code Conventions. As well, other sample configuration files are supplied for other well known conventions.
Checkstyle can check many aspects of your source code. Historically it's main functionality has been to check code layout issues, but since the internal architecture was changed in version 3, more and more checks for other purposes have been added. Now Checkstyle provides checks that find class design problems, duplicate code, or bug patterns like double checked locking.
Download
http://sourceforge.net/projects/checkstyle/files/checkstyle/5.5/checkstyle-5.5-src.tar.gz/download
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Oliver Burn | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
User | Mailing List | https://lists.sourceforge.net/lists/listinfo/checkstyle-user |
User, Developer | Bug Tracking | http://sourceforge.net/tracker/?group_id=29721 |
Developer | Mailing List | https://lists.sourceforge.net/lists/listinfo/checkstyle-commits |
Developer | Mailing List | https://lists.sourceforge.net/lists/listinfo/checkstyle-devel |
Debian (Ref) | https://tracker.debian.org/pkg/checkstyle | |
User, Developer | Mailing List | https://lists.sourceforge.net/lists/listinfo/checkstyle-announce |
Software prerequisites
Kind | Description |
---|---|
Required to use | Jakarta regexp package (http://jakarta.apache.org/regexp) |
Required to use | ANTLR (http://www.antlr.org) |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.