Commit Graph

2636 Commits

Author SHA1 Message Date
Oliver Burn 20a72084f5 [maven-release-plugin] prepare for next development iteration 2012-09-18 21:06:24 +10:00
Oliver Burn 7ccd724584 [maven-release-plugin] copy for tag release5_6 2012-09-18 21:06:10 +10:00
Oliver Burn 5684a85a52 [maven-release-plugin] prepare release release5_6 2012-09-18 21:05:44 +10:00
Oliver Burn 68f1a6fa63 Bump up the copyright notice 2012-09-18 20:57:25 +10:00
Oliver Burn d57a753e42 moved the location of the header check - bug# 3556874 2012-09-06 23:13:07 +10:00
Oliver Burn edd5485742 Fixed bug in the grammer when builtin types are used in a generic declaration
(bug #3553541).
2012-09-06 22:57:24 +10:00
Oliver Burn f3c9c3e830 Fixed bug in the grammer for an edge case (bug #1667137).
Thanks to Lukas Platinsky for patch #3393810.
2012-09-06 21:32:18 +10:00
Oliver Burn 0fc6d93821 add test for javadoc for a package that has an annotation 2012-04-22 19:01:16 +10:00
Oliver Burn 061e7f44ac added Turkish translations 2012-04-22 13:55:04 +10:00
Oliver Burn b3e7e97d30 Patch# 3199838: selecting a node in the GUI moves the code pane to the corresponding line. Very nice 2012-04-20 20:22:12 +10:00
Oliver Burn 2e3654c59b support displaying the actual number found 2012-04-20 20:09:49 +10:00
Oliver Burn 4cc300a8e5 Make tests run under any locale 2012-04-16 22:07:35 +10:00
Oliver Burn 41b6cbb65d Clean up property files. 2012-04-16 22:07:00 +10:00
Oliver Burn 2a2f6d93fb Merge 2012-04-16 21:55:09 +10:00
Oliver Burn cbc054705a Fix double check locking 2012-04-16 21:40:11 +10:00
Oliver Burn a72e93613b Apply patch #3485185 to load SuppressionFilter from a URL 2012-02-09 22:42:27 +11:00
Oleg Sukhodolsky b30ed9fc87 Fix for 3429775: DeclarationOrder should handle ignoreModifiers correctly (all fields should be before ctors and methods) 2011-12-04 23:04:19 +03:00
Oleg Sukhodolsky b07beaaae4 Inner assignment is now allowed in try-with-resources (bug #3441097) 2011-12-04 20:45:57 +03:00
Oleg Sukhodolsky f7764eb78f Fixed 3445768: fixed typo in description of Checkstyle's features 2011-12-01 22:37:50 +03:00
Oliver Burn 200933ef91 preparing for the next release. 2011-11-06 14:38:43 +11:00
Oliver Burn da54d09d0a more cleanup 2011-11-05 21:35:31 +10:00
Oliver Burn 0cdd4c943a Cleanup 2011-11-05 21:34:21 +10:00
Oliver Burn 4a4449afed [maven-release-plugin] prepare for next development iteration 2011-11-05 21:30:36 +10:00
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