Commit Graph

2558 Commits

Author SHA1 Message Date
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 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 251acacd0f [maven-release-plugin] prepare for next development iteration 2010-10-19 18:56:40 +10:00
Oliver Burn c625ced3e1 [maven-release-plugin] copy for tag release5_3 2010-10-19 18:56:29 +10:00
Oliver Burn 5718ab6e62 [maven-release-plugin] prepare release release5_3 2010-10-19 18:56:17 +10:00
Oliver Burn b8eb2537c1 remove a hack not required for JDK5+ 2010-10-17 21:56:31 +11:00
Oliver Burn 05453b9442 Fix checkstyle errors 2010-10-17 21:56:16 +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
Oliver Burn c819b43858 tidy up the code. 2010-10-09 16:41:19 +11:00
Oliver Burn d9bd21f3f7 Patch #1939775 for star imports (first draft) 2010-10-09 16:26:15 +11:00
Oliver Burn 2e50ca968c general clean up 2010-10-07 21:34:23 +11:00
Oliver Burn bbae2f92fd general clean up 2010-10-07 21:31:52 +11:00
Oliver Burn a41e4be0c2 An overlooked conversion to Java 5 2010-10-07 21:24:10 +11:00
Oliver Burn 31c8b8561a general clean up 2010-10-07 21:16:03 +11:00
Oliver Burn 777f90eefd Remove legacy tags 2010-10-07 20:59:17 +11:00
Oliver Burn e300a3a0bc Merge 2010-10-07 12:40:40 +11:00
Oliver Burn 76e4d6d691 eating our own dog food. 2010-10-07 12:37:29 +11:00
Oliver Burn b142c59351 Fix HideUtilityClassConstructor to handle empty and inner classes. Thanks to Roman Ivanov for patch #3045720. 2010-10-07 12:19:35 +11:00
Oliver Burn 95f7a7cde5 Enhanced the property types stringSet and intSet to support being supplied multiple times to construct the equivalent of a comma separated list. 2010-10-06 21:47:02 +11:00
Oliver Burn 267ba659ac support for specifing the property value multiple times. 2010-10-06 16:59:21 +11:00
Oliver Burn 7d5d0f8d2a tighten up the suppression 2010-10-06 13:01:25 +11:00
Oliver Burn 31299bf1b2 Treating the Unit Tests as *real* code. 2010-10-06 12:55:47 +11:00
Oliver Burn ceb894bc7a Treating the Unit Tests as *real* code. 2010-10-06 12:44:39 +11:00
Oliver Burn dc5b2532be correct translation 2010-10-06 10:30:31 +11:00
Oliver Burn 5b8a10247b Enhanced AbstractClassName to support checking that matching
classes have the abstract modifier. Thanks to Danil Lopatin for
patch #3043752.
2010-10-05 17:07:47 +11:00
Oliver Burn 6f0a3dee5e tidy up the check to make more consistent with other checks. 2010-10-05 16:12:53 +11:00
Oliver Burn 3c0c72f964 fix up layout 2010-10-05 15:01:32 +11:00
Oliver Burn fe07d99333 fix up line endings 2010-10-05 14:52:36 +11:00
Oliver Burn 9d11682be9 Apply patch https://sourceforge.net/tracker/?func=detail&aid=3043752&group_id=29721&atid=397080
before making edits.
2010-10-05 14:47:58 +11:00
Oliver Burn b9cfa09694 update for latest available. 2010-10-05 12:30:21 +11:00
Oliver Burn 987d2d67d5 Break dependence of deprecated API from Beanutils.
Also fixed Checkstyle errors (oh the shame:-).
2010-10-04 22:33:47 +11:00
Oliver Burn 73ec35d35b Fine tune the patch. 2010-10-04 18:09:30 +11:00
Oliver Burn bd757c37dd Apply the patch before making changes. 2010-10-04 17:51:26 +11:00
Oliver Burn ef2c8dd3ec Write the documentation. 2010-10-04 16:28:34 +11:00
Oliver Burn 868d96b459 iron out bugs 2010-10-04 16:12:00 +11:00
Oliver Burn 595d070db0 record work for https://sourceforge.net/tracker/?func=detail&aid=1144994&group_id=29721&atid=397080 2010-10-01 16:25:11 +10:00