Commit Graph

1976 Commits

Author SHA1 Message Date
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
Oliver Burn c325a42519 Changes for patch #3115439 - added missing documentation. 2011-01-05 20:52:27 +11:00
Oliver Burn a3772059ba Merge 2011-01-05 20:34:32 +11:00
Oliver Burn 3c63c31901 Changes for patch #3115439 - Added ignoredMethodNames to IllegalThrowsCheck 2011-01-05 20:22:41 +11:00
Oliver Burn ca8fcd4204 fix up checkstyle errors. 2011-01-01 12:19:07 +11:00
Oliver Burn 76b3486c0a Added the documentation missing in the patch. 2011-01-01 12:13:43 +11:00
Oliver Burn 5646a5ebba convert the logic to be false by default 2011-01-01 12:00:44 +11:00
Oliver Burn a8e60736f4 clean up the code 2011-01-01 11:48:42 +11:00
Oliver Burn 49862970ac apply patch 3107393: EqualsAvoidNull should also check for equalsIgnoreCase 2010-12-31 18:49:34 +11:00
Oliver Burn dee1f30bb9 add the missing documentation 2010-12-31 18:35:21 +11:00
Oliver Burn dabcb41efe added the required javadoc 2010-12-31 18:15:00 +11:00
Oliver Burn cfcab692dd clean up the code 2010-12-31 18:07:57 +11:00
Oliver Burn e28ebec1e0 apply patch #3132984 - Ignore magic numbers to annotations in MagicNumberCheck 2010-12-31 17:50:32 +11:00
Oliver Burn 83debdf877 Added release notes. 2010-12-31 17:32:31 +11:00
Oliver Burn 68c1541bb3 apply patch #3121071 - MultipleVariableDeclarations: no warnings in 'for' block 2010-12-31 17:24:06 +11:00
Oliver Burn 7dfac0f667 fix typo 2010-11-17 21:58:43 +11:00
Oliver Burn acc526251a Fix up the default value for checkFormat parameter of SuppressWithNearbyCommentFilter 2010-11-17 21:52:40 +11:00
Oliver Burn e00c478dd6 clean up the code that was assigning to a parameter. 2010-10-21 19:42:39 +11:00
Oliver Burn 6e96026ec6 clean up 2010-10-20 22:14:40 +11:00
Oliver Burn b8eb2537c1 remove a hack not required for JDK5+ 2010-10-17 21:56:31 +11:00
Oliver Burn 5d1f9ca46e Change default value of logLoadErrors to be true. 2010-10-17 21:43:30 +11:00
Oliver Burn 0071c6d078 sshhhhhhh 2010-10-17 20:22:35 +11:00
Oliver Burn 02398a59cc Enhanced AvoidStarImport to support the properties
allowClassImports and allowStaticMemberImports for finer control
over what is allowed. Thanks to Travis Schneeberger for patch
#1939775.
2010-10-09 17:21:08 +11:00