Commit Graph

785 Commits

Author SHA1 Message Date
Lars Kühne a47526404d rename Check.getTokens() to getTokenNames() so BeanUtils
can find the setter method and is not confused about
the type of the bean property
2002-12-01 10:46:39 +00:00
Lars Kühne 721bd2c690 changed expected exception class to CheckstyleException 2002-12-01 09:04:36 +00:00
Lars Kühne 8bb244d50b implement createChecker for real, most tests are running now 2002-12-01 09:02:58 +00:00
Lars Kühne 0fb155232f improved error message 2002-12-01 09:01:33 +00:00
Oliver Burn fbbaff4827 Finally. The tests compile, now to make them run, then pass. 2002-12-01 05:27:33 +00:00
Oliver Burn 5ace8fc09d Cleanup of the configuration tests. Need to implement
new ones..................
2002-12-01 05:25:41 +00:00
Oliver Burn 6a30bbf329 Not required 2002-12-01 05:20:33 +00:00
Oliver Burn d98c96c4dd Add done with the easy stuff. 2002-12-01 05:16:37 +00:00
Oliver Burn 01244c83c0 Getting bored doing this - but at least England are
still surviving in the cricket (just).
2002-12-01 05:11:15 +00:00
Oliver Burn dcdf2e222a Not needed 2002-12-01 05:10:37 +00:00
Oliver Burn 97286137f1 Up to the letter S. The baby is having a good sleep. 2002-12-01 05:07:31 +00:00
Oliver Burn 4aa0a51fb4 the baby is still asleep 2002-12-01 05:02:41 +00:00
Oliver Burn 639f75a49f I like to commit often - cause when the baby wakes up
the computer is off.
2002-12-01 04:55:25 +00:00
Oliver Burn 4289f26b6a The problem with so many tests, is that fundamental
refactorings can take time. That is not a repeat.
2002-12-01 04:50:08 +00:00
Oliver Burn d8793fc1f6 Get more of the unit test code to compile. Had I mentioned
that?
2002-12-01 04:43:30 +00:00
Oliver Burn 69735778f8 Get the unit test code to compile. Am I repeating myself?
I hope not.
2002-12-01 04:39:50 +00:00
Oliver Burn 79a25c2edc Added a helper method to create a configuration for a check.
As they say in XP, "never repeat yourself". So I will try to
"never repeat yourself".
2002-12-01 04:34:28 +00:00
Oliver Burn cff42d4cd7 Fixing the tests for the new framework. Will get it to compile
and will then finish the implementation of createChecker().
2002-12-01 04:23:00 +00:00
Oliver Burn e952d4dff4 petty 2002-12-01 04:22:06 +00:00
Oliver Burn 33b6e5d9fc Brought the code into the 21st century. Do not have
the requirement to run on JDK 1.1. I wish ANT would
move on as well.
2002-12-01 03:56:08 +00:00
Lars Kühne 7fcefa2c26 fixed line length issues 2002-11-30 18:51:12 +00:00
Lars Kühne 42bf430386 removed System.out.println 2002-11-30 18:48:47 +00:00
Lars Kühne 46e7bd70f9 removed unused entries 2002-11-30 18:47:33 +00:00
Lars Kühne b21944b2f1 fixed code layout 2002-11-30 18:45:02 +00:00
Lars Kühne 41db8bea8a removed classes that are obsolete with the new config scheme 2002-11-30 18:33:52 +00:00
Lars Kühne 6ffc8dd260 avalonization 2002-11-30 18:29:44 +00:00
Rick Giles 65ca7775ba fix checkstyle errors 2002-11-30 17:39:27 +00:00
Rick Giles a955b402b7 code for properties expansion copied from ant 2002-11-30 17:07:24 +00:00
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