Commit Graph

1998 Commits

Author SHA1 Message Date
Oliver Burn 68f1a6fa63 Bump up the copyright notice 2012-09-18 20:57:25 +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 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 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 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 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 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 a5bf1e329b code cleanup 2011-01-05 20:52:38 +11:00