Oliver Burn
4218884ee8
got the test to run under maven
2010-09-21 06:23:29 +00:00
Oliver Burn
4c124c309f
turn on validation of xdocs
2010-09-21 01:41:58 +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
b4e77fd043
correct details for a deployment.
2010-09-20 11:08:51 +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
04195ceffa
Update 3rd party dependencies.
...
Fix when Checkstyle is run on itself to be before a package is generated. (The verify phase is not the right place)
Remove the lib directory - this invalidates using ANT to build Checkstyle any more. Plan to convert the build.xml to just support testing tasks.
2010-09-20 03:15:22 +00:00
Oliver Burn
499428069d
setup code coverage report
2010-09-20 02:30:21 +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
86cbe5bd16
Hooks for the compile and verify phase. Run Checkstyle on itself as part of the verification process.
2010-09-16 02:40:06 +00:00
Oliver Burn
a62935f3ea
Starting to add some details
2010-09-15 09:51:25 +00:00
Oliver Burn
615c95d2ae
fix line endings
2010-09-15 06:26:09 +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
9e5e8f1880
upgrade to latest version
2010-09-14 06:08:45 +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
8c0c66dd8e
Clean up how the ant version is detected. Thanks to Martin von Gagern
...
for patch #3023250 .
2010-07-02 02:41:34 +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
Oliver Burn
1f8ce94fa4
Added (missing:-) documentation for patch #2953941
2010-02-22 11:18:24 +00:00
Oliver Burn
ca9c59e8dc
Recording work before documentation - based on patch #2953941
2010-02-22 10:57:20 +00:00
Oliver Burn
139609ac5d
Fixed ImportOrder to have the sort behaviour as in release 5.0. (bug #2952881 ). Thanks to Steve McKay for patch #2953936 .
2010-02-18 11:16:51 +00:00
Oliver Burn
ba60fc038f
for a later release
2010-02-16 11:34:18 +00:00
Oliver Burn
49d74e731f
getting ready for release
2010-02-16 09:25:28 +00:00
Oliver Burn
e292d5fa53
Enhanced the ImportContro check to support regular expressions. Thanks to lbaeumer for patch #2937442 .
2010-02-14 10:24:46 +00:00
Oliver Burn
a2c4566348
Enhanced JavadocType check to handle and report on unknown
...
Javadoc tags. The property allowUnknownTags can be set to
ignore errors. (bug #2882261 )
2010-02-13 11:57:53 +00:00
Oliver Burn
d2debccc01
remove unneeded testsuite runners. Eclipse support makes this not required anymore.
2010-02-13 04:06:49 +00:00
Oliver Burn
f9ab1622b3
remove unneeded testsuite runners. Eclipse support makes this not required anymore.
2010-02-13 04:00:50 +00:00
Oliver Burn
98b7a4c6b9
a new year
2010-02-13 03:41:05 +00:00
Oliver Burn
523080bbf2
A new year
2010-02-13 02:57:15 +00:00
Oliver Burn
8739f92123
remove dead code
2010-02-13 02:30:12 +00:00
Oliver Burn
823ebdba0d
add another related tool
2010-02-04 10:07:07 +00:00
Oliver Burn
9366a647f6
update google-collections to 1.0
2010-01-13 04:17:47 +00:00
Oliver Burn
63d2b622ab
Report unused Javadoc tags with no trailing whitespace(bug #2506962 ). Thanks to Ashlesha Patil for patch #2781021 .
2009-12-13 10:04:04 +00:00
Oliver Burn
073d09569f
Improve ConfigurationLoader to use a InputSource. Thanks to Martin von Gagern for patch #2782627 .
2009-12-13 09:49:28 +00:00