Commit Graph

25 Commits

Author SHA1 Message Date
Lars Kühne 4f86310014 upgraded to commons-cli 1.1 (ASL 2.0) 2008-04-27 13:18:27 +00:00
Oliver Burn be9f461d57 clean up - thanks Lars 2008-04-23 12:21:07 +00:00
Oliver Burn 098124a601 Changes to use the Google Collections Library (http://code.google.com/p/google-collections/) 2008-04-22 11:04:17 +00:00
Oliver Burn fbfe160ca8 Upgrade to require ANT 1.7.0 and use JUnit 4.4. A nice by product is that JUnit is no longer required to be in the ANT classpath.
Requiring ANT 1.7.0 should not be a drama as it was released over one year ago. It is required to run JUnit 4.x tests (without a hack workaround being required).
2008-01-15 10:20:32 +00:00
Oliver Burn a0b466761e Upgrade to ANTLR 2.7.6 2006-01-18 12:37:21 +00:00
Oliver Burn b53e53311d Fix corrupt checkin 2005-06-18 13:27:18 +00:00
Oliver Burn bd1fdcf559 Version 2.0.5312 of EMMA. 2005-06-18 13:06:31 +00:00
Oleg Sukhodolsky 7300857236 Removing dependancy on Jakarta Regexp:
All references to Jakarta Regexp removed from the docs/javadocs.
Removed regexp.jar.

Patch 835901:
Added package lists for antlr and jdk to make rosslink our docs with
antlr and jdk1.4.2 (if you see some problems here feel free to correct).
2005-05-15 05:18:42 +00:00
Lars Kühne 2c02a737d9 Updated to V 1.7 of commons-beanutils (Apache license 2.0).
This allows us to change the type converters locally in AutomaticBean,
not globally per classloader. This change is beneficial mainly
in some embedded scenarios like IDE plugins.
2004-10-09 05:43:46 +00:00
Lars Kühne 0f856b1e2b added tools for doc autogeneration 2004-05-08 07:22:16 +00:00
Oliver Burn 1bb0fb09a3 Upgraded to jakarta-regexp-1.3. 2003-10-08 13:02:30 +00:00
Oliver Burn 8fc92d312c Upgrade to version 1.0.3 (was unknown but older) 2003-05-17 09:41:54 +00:00
Oliver Burn 89730783b3 Upgrade to version 2.1 (was unknown but older) 2003-05-17 09:41:20 +00:00
Oliver Burn 2b1c479aeb Upgrade to version 1.6.1 (was 1.5) 2003-05-17 09:40:23 +00:00
Oliver Burn 77945f2962 Upgrade to ANTLR 2.7.2. There is now no concept of a runtime JAR. Pity, but
such is life.
2003-03-28 13:30:15 +00:00
Oliver Burn f8f6ded7b4 Upgrading to JUnit 3.8.1 2002-11-15 14:08:11 +00:00
Oliver Burn 1cea376589 Refactoring the command line processing to use the new Jakarta Commons package
http://jakarta.apache.org/commons/cli/. It is quite a nice package.
2002-11-11 21:52:55 +00:00
Oliver Burn f38b8c49c4 Update to version 1.5. 2002-11-05 23:57:36 +00:00
Oliver Burn ba942fa395 fix problem with binaries 2002-09-27 06:54:03 +00:00
Oliver Burn d7142fd15f Implemented the parameter name check. Oh so easy. :-) 2002-09-25 13:43:06 +00:00
Oliver Burn 03c8a0a7ee Refactoring the way the Checker is configured. Not happy with the current
approach - it was hack. Changing to be that the Configuration will eventually
contain the CheckConfiguration objects.

Also adding support setting the properties on created checks. I am adding this
using the Jakarta Commons library as it makes it very easy.

Oh - I am now back online - no thanks to Sprint blocking my ISP for a couple
of days. I may have lost a couple of emails. :-(
2002-09-25 12:24:50 +00:00
Oliver Burn 92ea4cfb51 Backed out the BCEL based checking for unused class member variables. 2002-09-10 10:57:09 +00:00
Oliver Burn 7f06106f4e Yahoo! Implemented checking for unused private fields. Just need to document
the new feature. It is off by default as the class path must be set up. Can
use the same technique for private methods.
2002-09-08 07:31:37 +00:00
Oliver Burn cb5d9e659e Release 3.7 2002-02-01 03:32:27 +00:00
Oliver Burn 0ba8ef9e87 JARs required to build & run Checkstyle. I remembered the -kb option. ;-) 2002-02-01 03:06:51 +00:00