Commit Graph

2613 Commits

Author SHA1 Message Date
Oliver Burn 4cc17998a8 [maven-release-plugin] copy for tag release5_5 2011-11-05 21:30:22 +10:00
Oliver Burn e84ca8a4d1 [maven-release-plugin] prepare release release5_5 2011-11-05 21:30:09 +10:00
Oliver Burn ab88117d4b clean up 2011-11-05 08:06:13 +11:00
Oliver Burn f05d2511a7 fix checkstyle error 2011-10-29 20:27:25 +11:00
Oliver Burn b441a1e751 Apply patch from Dinesh Bolkensteyn to
fix the NPE. The indentation check should
still be reporting an error in the tryBlock.
2011-10-29 20:23:37 +11:00
Oliver Burn 6267c7260d fix broken link 2011-10-29 15:52:11 +11:00
Oleg Sukhodolsky 654525b1a7 Fixed indentation in IndentationCheckTest :) 2011-10-28 23:59:55 +04:00
Oleg Sukhodolsky 09f1ba2f35 ignoreEnhancedForColon property added to WhitespaceAround.
Thanks to Travis Schneeberger for patch #1921815 (bug #1649038
2011-10-28 23:59:32 +04:00
Oliver Burn 87ef77fe45 Clean up on related tools.
Pushed Sonar to the top of the list
as a way of thank-you for their patches.
2011-10-24 21:27:25 +11:00
Oliver Burn 605b002668 forcing a commit 2011-10-23 15:58:35 +11:00
Oliver Burn be8b1ceab1 Add a test demostrating bug in indentation check 2011-10-23 15:39:38 +11:00
Oliver Burn 711c0feac6 upgrade versions 2011-10-23 15:39:06 +11:00
Oliver Burn de6cf92140 Document HG EOL extension 2011-10-23 13:19:08 +11:00
Oliver Burn bb28967383 Fixed parsing errors for Unicode escape sequences. Thanks to Dinesh Bolkensteyn
for patch #3412812.
2011-10-23 13:10:41 +11:00
Oleg Sukhodolsky 152aaa2fc0 Fixed typo in documentation for FileTabCharacter (bug #3423621) 2011-10-14 18:20:22 +04:00
Oleg Sukhodolsky 43cdf3d62b Fix for bug #3370946
HiddenField check now treats setxYz() as a setter for xYz,
and setXYz() as a setter for XYz property to comply JavaBeans specification.
2011-10-13 14:49:30 +04:00
Oleg Sukhodolsky 26d7dd555a #1155921 added to release notes. 2011-10-13 00:25:16 +04:00
Oleg Sukhodolsky 2fe9f501d8 Simple fix for bug #1155921.
RequireThis check now ignores static fields and methods.
2011-10-13 00:08:33 +04:00
Oliver Burn 8787efc822 Backed out changeset: 3e244b89ec0b 2011-09-26 22:03:09 +10:00
Oliver Burn b26225aa20 [mq]: unicode-escape 2011-09-25 20:53:27 +10:00
Oliver Burn 5eaba6cbaf Patch #3403265 from Dinesh Bolkensteyn 2011-09-21 20:42:19 +10:00
Oliver Burn e62b456579 fix up whitespace errors 2011-09-13 07:49:11 +10:00
Oliver Burn 39b876fcf5 Add support for Java 7 - patch #3403265 2011-09-06 21:29:15 +10:00
Oliver Burn 33e827ee07 Add support for Java 7 - patch #3403265 2011-09-06 21:26:56 +10:00
Lars Kühne b519429598 Fixed UnusedImports to consider @linkplain, @throws and @exception when processJavadoc is true 2011-08-23 22:58:47 +02:00
Oliver Burn 3c988d95d9 Fix parsing error which was triggered when a comment line is on a
line with out newline character.  Thanks to Evgeny Mandrikov for
patch #3367782.
2011-07-18 14:07:36 +10:00
Oliver Burn a77365f1b8 fix up line endings 2011-07-14 20:47:51 +10:00
Oliver Burn 34f2203d5e [maven-release-plugin] prepare for next development iteration 2011-07-14 20:38:17 +10:00
Oliver Burn 39b8f23793 [maven-release-plugin] copy for tag release5_4 2011-07-14 20:37:35 +10:00
Oliver Burn 89191a2a52 [maven-release-plugin] prepare release release5_4 2011-07-14 20:36:54 +10:00
Oliver Burn a9c2910a9d upgrade copyright. 2011-07-14 14:46:03 +10:00
Oliver Burn c12bbc18ed upgrade versions
fix generation error.
2011-07-12 16:39:41 +10:00
Oliver Burn 51522ecab5 Clean up for a release. 2011-07-12 16:02:05 +10:00
Oliver Burn 22b578f30a Update the documentation. 2011-07-12 15:53:02 +10:00
Oliver Burn c75c77dff7 Optimise when processing javadoc. Speeds up processing by 40%.
Note, turning on this feature slows Checkstyle down by about 63%.
2011-07-12 15:40:33 +10:00
Oliver Burn 5d31b9e6ef support turning on/off processing Javadoc comments. 2011-07-12 14:19:50 +10:00
Oliver Burn d8286130e8 Make the code "checkstyle compliant" 2011-07-12 11:47:57 +10:00
Oliver Burn 7d097b6fa6 Initial import of patch #3267984.
Still work to be done
2011-07-12 10:58:16 +10:00
Oliver Burn be8127a604 Enhanced the ANT task, Command Line and Suppression Filter to be able to load
their configuration file from either the filesystem or the classpath as a
resource. Thanks to Tracy Snell for patch #3307526.
2011-07-11 20:58:39 +10:00
Oliver Burn e7b146aa34 Fix memory leak. Patch for bug #3313452 - Memory leak in FileContentsHolder - ID: 3323517 2011-07-11 14:38:00 +10:00
Oliver Burn c5455b699d Fix up the URL for the license, to be to the correct version. 2011-06-26 21:52:32 +10:00
Oliver Burn 317dca9a3e fix copy/paste error 2011-04-07 12:02:23 +10:00
Oliver Burn 0c9cf280e2 Support different JDKs 2011-04-03 21:26:54 +10:00
Oliver Burn 984f71d15d upgrade plugins 2011-04-01 17:00:26 +11:00
Oliver Burn 190ff8041d reference the CI server kindly provided. 2011-04-01 14:51:29 +11:00
Oliver Burn 7077470648 Enhanced RedundantModifier to support detecting inner interface declarations that are declared as static. Raised in bug #3222810. 2011-04-01 14:00:38 +11:00
Oliver Burn be7d2571b8 shows all the checks. 2011-01-31 22:32:02 +11:00
Oliver Burn 74314fc5a8 update documentation tips. 2011-01-16 15:15:11 +11:00
Oliver Burn 45cdfa7240 upgrade dependencies. 2011-01-16 15:11:17 +11:00
Oliver Burn 026deab5b5 adding version numbers as Maven 3 requires it. 2011-01-16 15:06:22 +11:00