Commit Graph

871 Commits

Author SHA1 Message Date
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
Rick Giles 88f46c600c start on real DTD incorporation 2002-12-06 16:04:58 +00:00
Rick Giles c98995d134 updated DTD 2002-12-06 15:40:41 +00:00
Rick Giles 2e0c946e06 minor Javadoc correction 2002-12-06 14:04:28 +00:00
Rick Giles 118b4451d1 updated to current set of test cases 2002-12-06 14:04:04 +00:00
Oliver Burn 53e4d78c19 Fix some more checkstyle errors. Big thanks Rick for doing the others. 2002-12-06 13:40:11 +00:00
Rick Giles 6b55f0fc42 refactoring. If it gets like a bean and sets like a bean, then it is a bean. 2002-12-06 12:59:25 +00:00
Rick Giles 9dfb4e0f6b removed dead code. 2002-12-06 12:41:35 +00:00
Rick Giles 256220f857 corrected checkstyle errors. removed dead code. 2002-12-06 11:24:21 +00:00
Rick Giles 419d924386 corrected checkstyle errors 2002-12-06 11:23:46 +00:00