Programming Languages: Java
License: GNU Library or Lesser General Public License version 2.0 (LGPLv2)
browse code,
statistics,
last commit on 2012-04-22
http://checkstyle.hg.sourceforge.net:8000/hgroot/checkstyle/checkstyle (read-only)
Hi, Can someone tell me if this patch has been added to the recent release(s) of CheckStyle? The patch I mentioned is https://sourceforge.net/tracker/?func=detail&atid=397081&aid=3485185&group_id=29721 Thanks.
2012-05-25 14:44:26 PDT by ivansun
The performance of Checkstyle on our project is not acceptable. It raises the build time in Eclipse from 9 minutes to over 20 minutes when it is turned on. Windows 7 Enterprise 64-bit Java 1.6.0_31 64-bit MyEclipse 9.1 64-bit (based on Eclipse 3.6) Checkstyle Plugin version 5.5.0.201111092104 Workstation: 12GB RAM, W3680 processor (12 cores at 3.33GHz) We have about 30 projects, 29...
2012-05-22 08:58:21 PDT by jchamlin
When working with a large development team and certain checkstyle plugins (eclipse-cs for example), it is nice to have the checkstyle config in a single file. When needing to use the SuppressionFilter configuration, the relative path of the suppression xml file is not exactly intuitive, and may vary from development environment versus SVN hooks. Eclipse-cs even supports a remote location for...
2012-05-09 16:26:08 PDT by savedlinuxgeek
Seems this is really old thread, but I agree that suppression via annotation would be cool. As for me prefix "checkstyle:" is ok. But yes, there is no common convention. For example PMD uses prefix "PMD." - @SuppressWarnings("PMD.SignatureDeclareThrowsException") On the other hand findbugs uses their own annotation...
2012-04-26 04:47:18 PDT by https://www.google.com/accounts
request for http://www.puppycrawl.com/dtds/configuration_1_3.dtd has been redirected to http://users.tpg.com.au/dtds/configuration_1_3.dtd/ojburn/ but it returned 404 not found. The correct URL should be http://users.tpg.com.au/ojburn/dtds/configuration_1_3.dtd.
2012-04-24 08:13:20 PDT by dump0000
Here is a suggested patch for issue 934551 which allows users to configure the indentation level for throws statements in method declarations. The patch adds a configuration property which allows users to set the offset for throws statements. The default is unchanged from 4, with zero meaning that the throws should be in line with the first line of the method declaration, and 8 meaning that...
2012-04-24 03:54:36 PDT by Matt Swift
It was the version embedded in Sonar at that time. Probably 5.2.
2012-04-22 09:37:31 PDT by henryju
What version of Checkstyle are you using? I am unable to reproduce with the latest version of Checkstyle.
2012-04-22 02:01:44 PDT by oburn
oburn pushed 1 commit(s) to the checkstyle Mercurial repository of the checkstyle project.
2012-04-22 02:01:25 PDT by oburn
oburn pushed 1 commit(s) to the checkstyle Mercurial repository of the checkstyle project.
2012-04-21 20:56:19 PDT by oburn