Commit Graph

880 Commits

Author SHA1 Message Date
Rick Giles 2a844aec7d beef up Javadoc 2002-12-09 15:34:41 +00:00
Oliver Burn 8e55d5c091 Support the {@inheritDoc} tag. 2002-12-09 12:12:57 +00:00
Oliver Burn a362f4213c Fix Javadoc error. Nice check Lars. 2002-12-09 12:10:35 +00:00
Oliver Burn 52fc35e8b6 refactored a parameter name 2002-12-09 11:42:43 +00:00
Rick Giles b718cf1ece beef up Javadoc 2002-12-09 11:06:52 +00:00
Rick Giles f1c2e34d74 beef up Javadoc 2002-12-09 09:42:05 +00:00
Lars Kühne 294e959728 added german translation 2002-12-09 06:52:52 +00:00
Lars Kühne eb522eece2 fixed i18n issues 2002-12-09 06:27:40 +00:00
Oliver Burn b8d0a65d50 Fix Eclipse warnings about unused variables 2002-12-09 00:14:20 +00:00
Rick Giles ec0085226c remove dead comment 2002-12-08 17:39:37 +00:00
Lars Kühne f1e8474f25 added releasenotes for release 3.0, please check that I did not forget anything 2002-12-08 14:21:34 +00:00
Lars Kühne 1592a048fb CommentManager has been replaced by FileContents 2002-12-08 13:24:30 +00:00
Rick Giles b0db9beefa removed (old debugging?) output code. 2002-12-08 11:58:34 +00:00
Rick Giles 4b8027bef7 minor javadoc correction.
"First change the documentation, then change the code."
2002-12-08 11:45:41 +00:00
Rick Giles 26b2b0e541 improved test coverage. 2002-12-08 11:44:24 +00:00
Rick Giles 8e949ff141 improved test coverage. (The original AllTests test suites were generated
with the Eclipse new JUnit Test Suite wizard that recognizes all test cases
in the target folder.)
2002-12-08 10:39:41 +00:00
Oliver Burn b2704f029a opps - got the order wrong 2002-12-08 05:11:40 +00:00
Oliver Burn 9c3adbdba3 Improve code coverage 2002-12-08 05:05:42 +00:00
Oliver Burn 78a1cb5320 Improve code coverage 2002-12-08 04:52:57 +00:00
Oliver Burn e7165e0023 ooppss - forgot to add this, Wonder how this is generated? 2002-12-08 04:20:12 +00:00
Oliver Burn 7112470375 improve code coverage 2002-12-08 04:15:07 +00:00
Oliver Burn 8a75a5feec improve code coverage 2002-12-08 04:09:15 +00:00
Oliver Burn 4a93f55b6c Fix what I believe is a bug 2002-12-08 03:54:03 +00:00
Oliver Burn 3215661e63 minor changes found will trying to debug why the tests
are failing.
2002-12-08 03:18:25 +00:00
Rick Giles 4c653936fa Javadoc corrects. Property setters for regular expressions conform
with other checks.
2002-12-07 20:49:44 +00:00
Oliver Burn f1918ff499 Move across to the correct package 2002-12-07 14:44:27 +00:00
Oliver Burn 2584fe7a9b Move across to the correct package 2002-12-07 14:34:07 +00:00
Oliver Burn 913cb76d04 Move across to the correct package 2002-12-07 14:22:45 +00:00
Oliver Burn de9f3e7b88 Move across to the correct package 2002-12-07 14:04:50 +00:00
Oliver Burn 09b3756690 Move across to the correct package 2002-12-07 13:56:24 +00:00
Oliver Burn 57bb8f3e0f Move across to the correct package 2002-12-07 13:49:22 +00:00
Oliver Burn 3d77a28657 Move across the import checks 2002-12-07 13:43:21 +00:00
Oliver Burn 5190c8f656 Refactoring to put the unit tests for the checks into the
proper package.

Side note: Eclipse makes this refactoring very easy to do.
As part of the move it performs all the CVS operations
that are required for moving a file. I actually like the
Eclipse support for CVS, I thought nothing would beat
good old Emacs.
2002-12-07 13:34:49 +00:00
Oliver Burn 76ae239351 Refactoring to move all the XML parsing logic into a
common place.
2002-12-07 13:02:52 +00:00
Oliver Burn 9d4233b0b7 Fixed the checkstyle errors 2002-12-07 12:24:03 +00:00
Oliver Burn 8dd310c982 Changes to get the header check going again. I like the
change that was made for the properties, it leverages
off the work we did in the 2.4 release to allow properties
to be overriden in the ANT file.
It is now possible to run the checkstyle task from any
directory - nothing is now location specific. This includes
the location of the header file or the DTDs. Good to
finally reach this milestone.
2002-12-07 12:18:57 +00:00
Oliver Burn 9646bb8505 Not used anymore - that is a legacy file. 2002-12-07 12:16:48 +00:00
Oliver Burn f8459eb674 Refactoring after re-reading the code 2002-12-07 12:16:10 +00:00
Rick Giles 730ade67d5 changed to regular expressions for @author and @version tags
- thanks to Lars for suggestion
2002-12-07 12:02:32 +00:00
Oliver Burn a0054eede0 Removed unused code now that we have validation
against a DTD.
2002-12-07 11:50:12 +00:00
Oliver Burn 9f6a98ac72 Added a flag - something needs to be done about
dependencies
2002-12-07 11:12:47 +00:00
Oliver Burn 12231e14b8 Changed the loading of package names to use the new
technique used by the configuration loader. So this means
that all the XML files are now validated against a DTD.
2002-12-07 09:51:33 +00:00
Lars Kühne f16dd37dba fixed NPE, Class.getPackage() sometimes return null - use String operations instead 2002-12-07 09:40:58 +00:00
Oliver Burn 09dde6e471 Abstracted out the XML error handling policy. 2002-12-07 09:30:44 +00:00
Oliver Burn 2386d3e852 Implemented proper error handling for parse errors. 2002-12-07 07:09:13 +00:00
Oliver Burn d451459484 Remove dead code 2002-12-07 03:29:29 +00:00
Oliver Burn 52fa475168 Changed to make the XML be validated using the DTD. The
DTD is located using a technique that gets it from the JAR
file. Idea "borrowed" from Struts.
2002-12-07 03:28:36 +00:00
Oliver Burn d287d70b77 Cool! Used the ignoreFormat property to fix up checkstyle errors. Very nice. 2002-12-06 23:56:37 +00:00
Rick Giles 6580a8e40e minor comment correction 2002-12-06 19:25:11 +00:00
Rick Giles 3088559eda start on real DTD incorporation 2002-12-06 16:15:08 +00:00