Commit Graph

896 Commits

Author SHA1 Message Date
Lars Kühne 08d6efe49d make AutomaticBean.configure() final and provide defined extension points
to prevent programming errors in user classes.
2002-12-10 19:13:35 +00:00
Lars Kühne 987da3a4c5 removed redundant type cast (the magic of InelliJ IDEA) 2002-12-10 18:04:01 +00:00
Rick Giles 9e27ad14fe XHTML-ized and CSS validated 2002-12-10 13:57:45 +00:00
Lars Kühne 30bb5b3a28 make it clear that DetailAST is not meant to be extended by Check authors 2002-12-10 06:06:55 +00:00
Lars Kühne b852b1bad4 fixed Ville's last name and added HiddenFieldCheck to new features 2002-12-10 05:58:36 +00:00
Rick Giles 294da7f458 attempt to correct "Skyttä" 2002-12-10 01:00:17 +00:00
Rick Giles 9523899ac0 minor spelling correction 2002-12-10 00:43:20 +00:00
Rick Giles ae7e188a7e beef up Javadoc. Could use a proofreader now.
TODO:
HeaderCheck,
RegexpHeaderCheck - what's RFE 597676?
VisibilityModifierCheck - is the comment about "serialVersionUID" consistent with the code?
2002-12-10 00:37:43 +00:00
Rick Giles c96328af56 beef up Javadoc 2002-12-09 23:49:52 +00:00
Rick Giles 846d0c9b42 beef up Javadoc 2002-12-09 23:20:37 +00:00
Rick Giles 788d76df1e beef up Javadoc 2002-12-09 23:09:39 +00:00
Rick Giles f990ba954f beef up Javadoc 2002-12-09 22:40:52 +00:00
Rick Giles fda74b99f1 Fixed minor Javadoc copy/paste errors. Will go through the rest before making
a 2nd pass.
2002-12-09 19:00:14 +00:00
Rick Giles 4c542d0a23 beef up Javadoc 2002-12-09 18:53:11 +00:00
Rick Giles a6c7df6314 beef up Javadoc 2002-12-09 17:42:40 +00:00
Rick Giles 1d9fd93ed2 beef up Javadoc 2002-12-09 15:59:46 +00:00
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