Commit Graph

1920 Commits

Author SHA1 Message Date
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 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 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
Oliver Burn 2a30b5aba2 Added MethodCount that checks the number of methods declared in
each type. This includes the number of each scope as well as an
overall total. Thanks to Alexander Jesse for patch #1151669,
which was the inspiration.
2010-10-01 13:56:48 +10:00
Oliver Burn 764360d861 Add support for enumerations. 2010-10-01 13:25:30 +10:00
Oliver Burn 94ea38f6cf Move to a better home. It is a better fit. 2010-10-01 10:47:22 +10:00
Oliver Burn 5c6e03a868 Fix Checkstyle errors. 2010-10-01 10:27:38 +10:00
Oliver Burn 45b1afd666 Wrote the unit tests, and found a potential bug. Well worth it :-) 2010-09-30 22:22:55 +10:00
Oliver Burn 5320065461 The start of a test case. 2010-09-30 17:09:25 +10:00
Oliver Burn fead6ef45a A version ready for testing. 2010-09-30 17:02:10 +10:00
Oliver Burn afa1c0d8cd Record a first cut. 2010-09-30 16:20:39 +10:00
Oliver Burn 4abb4e9cc5 Clean up based on NetBeans warnings 2010-09-30 15:55:30 +10:00
Oliver Burn 6f46bd4e83 fixing the line endings 2010-09-30 13:36:23 +10:00
Oliver Burn 05897cfc6d Fix line endings 2010-09-30 13:16:05 +10:00
Oliver Burn ebb5c70dca Added the new line at end of file check to the mix 2010-09-29 10:10:30 +00:00
Oliver Burn 41954c1bd0 Added NestedForDepth that restricts nested <code>for</code>
blocks to a specified depth (default = 1). Thanks to Alexander
Jesse for patch #1151673.
2010-09-29 05:44:01 +00:00
Oliver Burn 0f81504d72 Enhanced PackageDeclaration to optionally check that the package name matches the contains source file. 2010-09-28 06:33:00 +00:00
Oliver Burn ca39f3af5a Enhanced PackageDeclaration to optionally check that the package name matches the contains source file. 2010-09-28 06:23:17 +00:00
Oliver Burn 84a9ea5f6b Added OuterTypeFilename that checks that the outer type name and the file name match.
For example, the class Foo must be in a file named Foo.java.
2010-09-28 04:44:09 +00:00
Oliver Burn d790eb1dc2 Fix JavadocMethod checking of @throws tags for methods that throw multiple non-runtime exceptions. Thanks to Daan Kets for patch #3039869. 2010-09-28 03:34:44 +00:00
Oliver Burn d1821e3343 Last change to release notes before a release. 2010-09-24 22:22:54 +00:00
Oliver Burn 85b732ecc5 Convert to use simple <code></code> instead of <span class="xxxx"></span>. It is just simpler to handle. 2010-09-24 06:17:04 +00:00
Oliver Burn 3539d50634 General clean up 2010-09-24 04:52:26 +00:00
Oliver Burn 0831fb660d Made the method protected so that it is accessible to subclasses. Requested by Steve McKay. 2010-09-23 04:40:47 +00:00
Oliver Burn 980a49add5 Mention upgraded third party dependencies. Nice to be able to reference the Maven report ;-) 2010-09-22 01:30:53 +00:00
Oliver Burn be7561480b record the obvious :-) 2010-09-21 23:51:12 +00:00
Oliver Burn 5a643daa9c Used maven-linkcheck-plugin to identify broken links. 2010-09-21 11:50:38 +00:00
Oliver Burn d4b59341fc Fix up references to the new ALL jar. 2010-09-21 06:36:31 +00:00
Oliver Burn 4218884ee8 got the test to run under maven 2010-09-21 06:23:29 +00:00
Oliver Burn 9e57857f69 Still not sure why this test fails under Maven, but not Eclipse. 2010-09-20 13:29:00 +00:00
Oliver Burn 829ae4c34f Fix up tests that were broken under Maven. 2010-09-20 13:10:28 +00:00
Oliver Burn c53462a2c7 Not used 2010-09-20 10:45:25 +00:00
Oliver Burn fd6ef65d13 fix the validation errors in the documentation and clean out the old site stylesheets. 2010-09-20 10:41:53 +00:00