Commit Graph

802 Commits

Author SHA1 Message Date
Lars Kühne d91d78bc0f removed unused constant and fixed small javadoc error 2002-12-05 06:50:20 +00:00
Lars Kühne 8970d00517 hide default constructor in FullIdent and make the class final.
Instances should only be created through the factory method
2002-12-05 06:47:38 +00:00
Lars Kühne ce9f55c439 make sure that Checker calls the destroy method of FileSetCheck.
Clover is really cool, I found this bug by looking at the coverage
of AbstractFileSetCheck - clover told me that destroy was never
executed and that seemed strange to me.
2002-12-05 06:29:51 +00:00
Lars Kühne 46c634bea2 added test for TranslationCheck along with some imput files 2002-12-05 06:07:32 +00:00
Oliver Burn 9118f376be simplified implementation 2002-12-04 06:41:20 +00:00
Rick Giles e52c0ac541 Beef up Javadoc. 2002-12-03 18:53:56 +00:00
Rick Giles 19368509da Beef up Javadoc. Add other assignment operators. 2002-12-03 18:19:40 +00:00
Rick Giles 1ed1a11612 Beef up Javadoc. Change setIllegalPkgs to let beanutils do the work. 2002-12-03 17:47:34 +00:00
Rick Giles 903d3db9ec Added rules. Enhanced test output. 2002-12-02 23:27:10 +00:00
Rick Giles 4bcc70534f Demonstration of two formats
for configuration and digester loader XML files.
Requires recent build of commons-digester
2002-12-02 22:34:43 +00:00
Oliver Burn b2217341ec wrote in a cleaner way (IMHO :-) 2002-12-02 11:00:22 +00:00
Lars Kühne dcec4c27ea fixed bundle of ws.notFollowed 2002-12-02 06:05:30 +00:00
Rick Giles 04ad1d6947 proof-of-concept for DigesterLoader 2002-12-01 22:20:48 +00:00
Lars Kühne e09a108f22 PackageHtmlCheckTest now actually tests something 2002-12-01 11:43:40 +00:00
Lars Kühne 42015d3ea3 moved AbstractFileSetCheck to api package 2002-12-01 11:33:42 +00:00
Lars Kühne 7d6f42cd20 moved AbstractFileSetCheck from checks package to api package 2002-12-01 11:14:25 +00:00
Lars Kühne 28d305efa2 fixed copy+paste error in last cleanup (RegexpHeaderCheck vs. HeaderCheck)
All Checks are running again, Oliver, thanks for your help
2002-12-01 11:05:19 +00:00
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