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
Oliver Burn
25c6e7a3e8
Unfortunately for now, not going to use the com.puppycrawl.tools.checkstyle.doclets.CheckDocsDoclet to generate the availablechecks.xml file. To add support will complicate the Maven build as would need to use custom ANT "hooks" in the "pre-site" and "clean" phases to generate (and delete) the availablechecks.xml into the src/xdocs directory. This is because (it appears) that the site plug-in does not support generating the input xdocs.
2010-09-20 07:14:44 +00:00
Oliver Burn
636740835e
define the banners/poweredBy
2010-09-19 13:22:48 +00:00
Oliver Burn
0a34e90d72
Fix up the site documentation and images for Maven.
2010-09-19 13:04:07 +00:00
Oliver Burn
61744406b8
verify that xdocs can be filtered prior to generation. (this breaks the ANT build again)
2010-09-19 12:15:42 +00:00
Oliver Burn
d3ffc32476
fill in more details
2010-09-19 11:28:19 +00:00
Oliver Burn
2b3ac1ec67
Keeping the ANT build functioning
2010-09-17 10:50:15 +00:00
Oliver Burn
ec4c07f67f
Getting close to the point of no return. Made the documentation links "Maven friendly"
2010-09-17 06:57:39 +00:00
Oliver Burn
1f8ac6a2ae
A near complete build system now. It generates the assemblies for distribution.
2010-09-17 05:41:38 +00:00
Oliver Burn
c3205aa0fb
setup javadoc generation and fixed some errors found as a result
2010-09-16 04:45:07 +00:00
Oliver Burn
4cf555d4e6
start of (possible) conversion to using Maven for builds.
...
There are obvious advantages to moving across to Maven, and some downsides. At the moment ANT & Maven can exist side-by-side. Will shift fully across once the Maven build is on par with the ANT build, and has proven to be of benefit.
2010-09-15 06:23:30 +00:00
Oliver Burn
ab2656cbe7
2010-09-14 13:11:48 +00:00
Oliver Burn
8d800ef546
Enhanced ImportOrder to support using regular expressions for defining groups. Thanks to Martin von Gagern for patch #2782118 .
2010-09-14 03:49:45 +00:00
Oliver Burn
c4853b4452
Added InnerTypeLast check.
2010-08-15 12:22:30 +00:00
Oliver Burn
028da4f8c6
Fix type identifed in bug#: 3030978
2010-07-18 23:44:21 +00:00
Oliver Burn
0c3f920a21
updated the release notes
2010-07-02 03:09:16 +00:00
Oliver Burn
3cd6646941
Apply patch #2783226 that uses FileText as an implementation for
...
List<String> to pass lines around
2010-06-28 13:02:13 +00:00
Oliver Burn
78a5fd3494
just because
2010-06-05 06:12:16 +00:00
Oliver Burn
1017cb35e4
Enhanced WriteTag to support empty tags, and constructor declarations. Thanks to Rolf Wojtech for patch #2724894 .
2010-04-11 03:15:35 +00:00
Oliver Burn
eeee00819b
Fixed JavadocStyle not handling package declarations that have annotations.(bug #2911363 )
2010-03-04 10:57:55 +00:00
Oliver Burn
e99c99b5cf
record a test that breaks for bug# 2911363'
2010-03-01 05:18:21 +00:00