Commit Graph

757 Commits

Author SHA1 Message Date
Rick Giles 085befb3ad moved CheckstyleException to api package to support avalonization 2002-11-30 16:58:59 +00:00
Lars Kühne 39651f60d0 avalonization 2002-11-30 11:59:21 +00:00
Rick Giles 4d307934ff Made check independent of order of declarations. 2002-11-28 10:11:26 +00:00
Rick Giles 7bbd6c193a beef up Javadoc 2002-11-28 00:34:15 +00:00
Rick Giles 4f7b07957a minor edit of Javadoc 2002-11-28 00:19:28 +00:00
Rick Giles c62105cfc7 beef up Javadoc 2002-11-27 23:46:29 +00:00
Rick Giles d56c731e0c beef up Javadoc 2002-11-27 22:50:25 +00:00
Rick Giles 3a7837d930 Something that may ease our documentation effort:
a tool that generates Javadoc description of the default tokens for a Check.
2002-11-27 13:27:32 +00:00
Oliver Burn a9401c32c9 Fix the Javadoc to a format that I consider "good enough" to
release with. Be interested in peoples thoughts as a sample
to go with.
2002-11-27 00:48:52 +00:00
Oliver Burn ac4076d96d Fix the Javadoc 2002-11-26 22:56:37 +00:00
Oliver Burn 21b862d1b1 Improve the Javadoc 2002-11-26 06:39:08 +00:00
Oliver Burn 89e678ee28 Removed an IGNORE option. It makes not sense with the
new framework.
2002-11-26 06:31:49 +00:00
Oliver Burn 6574816a2a Fix broken test - sorry about that. 2002-11-26 06:31:20 +00:00
Oliver Burn f043467e99 Fixed the Javadoc for the policy 2002-11-26 06:25:11 +00:00
Oliver Burn a9d73e7c59 Commented out the header check 2002-11-26 06:04:45 +00:00
Oliver Burn 5851470c4d Added the missing header 2002-11-26 06:01:52 +00:00
Oliver Burn 01c1609cff Improved the Javadoc 2002-11-26 06:01:11 +00:00
Oliver Burn 2b36d7dec1 Fixed to complain if no lines to check with. 2002-11-26 05:59:54 +00:00
Oliver Burn ff2f5fe363 Fix the header information 2002-11-26 05:59:02 +00:00
Oliver Burn 3e5b819aa9 Added a parameter to the HeaderCheck to actually
specify a file. Unfortunately this is relative and hence can
only be used from the root directory. Will uncomment in
a minute.
2002-11-26 05:58:22 +00:00
Oliver Burn d82e541912 Added some comments - hopefully helpful. 2002-11-26 05:00:53 +00:00
Oliver Burn 51a416dd64 Cleanup Javadoc 2002-11-26 04:54:48 +00:00
Oliver Burn f4bdce137d working on cleaning up the Javadoc. The dream is to have a
low maintenance solution for documentation.
I do miss coding already. ;-|
2002-11-26 04:54:07 +00:00
Oliver Burn d0b47d4be4 A working version - now to compare to ours...... 2002-11-25 01:10:46 +00:00
Oliver Burn 934ea59e7e Removed bad checks 2002-11-25 01:05:07 +00:00
Oliver Burn 823ef8630a Renamed LeftCurlyCheck to AbstractLeftCurlyCheck.
Completely happy with the name. :-)
2002-11-25 01:04:48 +00:00
Oliver Burn af958820c7 Renamed ImportCheck to AbstractImportCheck.
Not completely happy with the name.
2002-11-25 00:57:21 +00:00
Oliver Burn 2e94e8b498 Can now override the config file 2002-11-25 00:56:24 +00:00
Oliver Burn f7705b69c6 Work in progress to build a complete set 2002-11-25 00:55:22 +00:00
Oliver Burn cf4da985e0 Fix indentation 2002-11-25 00:52:22 +00:00
Oliver Burn bed61e1afd Fix indentation 2002-11-25 00:42:52 +00:00
Oliver Burn 7ad61673cc Fix Javadoc copy and paste error (643148) 2002-11-25 00:30:32 +00:00
Oliver Burn 6a5a68f6d8 Fixed bug in handling '{' for whitespace checking. 2002-11-23 08:08:50 +00:00
Oliver Burn aa1032931c Tighten the checks. 2002-11-23 07:54:25 +00:00
Lars Kühne 672244cf2f When the same property filename is used in multiple
directories, only the ones in the same directory
should have the same keys. Yes, I know, unit tests are
still missing...

Alex, thanks for the fix!
2002-11-23 07:01:34 +00:00
Lars Kühne 18e561669b ups, forgot to finish that sentence... :-) 2002-11-23 06:46:55 +00:00
Lars Kühne 31ac01616c improved javadoc and made append methods private. 2002-11-23 06:35:41 +00:00
Oliver Burn a6542ab75c Enable checking for whitespace after type casts. Also fix found errors. 2002-11-23 06:23:32 +00:00
Oliver Burn e4a4b6dc01 Small bugfix 2002-11-23 02:51:45 +00:00
Oliver Burn 59378eb655 Small bugfix 2002-11-23 00:53:40 +00:00
Oliver Burn 4a5ccfb6fe Bug fix the handling of '{'. Demonstrates the power of using findFirstToken(). 2002-11-23 00:20:17 +00:00
Oliver Burn b657e696ff Backed out the change as ReplaceTest does not exist. 2002-11-22 23:18:16 +00:00
Rick Giles 9488272ec0 updated for all current tests 2002-11-22 17:32:29 +00:00
Oliver Burn b787d5ed90 Fix bug with needing whitespace around '*' using in import blah.*; 2002-11-22 14:14:37 +00:00
Oliver Burn 068f85a72b fixed checkstyle error. We now have reached 0 (thats ZERO) errors. Yahoo!!!! 2002-11-22 13:53:58 +00:00
Oliver Burn 109b8f02b6 Sorry, but the Eclipse warning was getting annoying. I wish there was a way to
ignore specific errors.
2002-11-22 13:45:26 +00:00
Oliver Burn 2d1cc52679 fixed checkstyle errors 2002-11-22 13:43:10 +00:00
Oliver Burn d83cf71c6b Fixed bug in parameter name check. did not handle catch blocks. 2002-11-22 13:35:49 +00:00
Oliver Burn 303352fe2d fixed checkstyle errors 2002-11-22 13:00:01 +00:00
Oliver Burn 3430721be2 fixed checkstyle errors 2002-11-22 12:46:24 +00:00