Commit Graph

407 Commits

Author SHA1 Message Date
Lars Kühne dfd870600d added test for package name
fixed TODO check (got lost during recent refactoring)
2002-09-08 12:30:56 +00:00
Lars Kühne 01d0f17ca7 Basic implementation of RFE #597787 (check package name).
Configuration, tests and docs still missing
2002-09-08 08:44:00 +00:00
Lars Kühne 218bbeb80d added <h2> headers 2002-09-08 07:53:14 +00:00
Oliver Burn 9ef57a9502 Renamed to CHECK_UNUSED_FIELDS_PROP to allow for CHECK_UNUSED_METHODS_PROP in
the future. Not this release.
2002-09-08 07:50:02 +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 98c8a0db55 The absolutely last refactoring change with the properties config stuff. I am
sick it. Absolutely sick of it! Completely and utterly sick of it!! Still, the
change is better for the future.
2002-09-07 02:02:24 +00:00
Oliver Burn 49eb0e934e Yet another refactor to have the ANT task support a nested <property>
element. This let me remove the ugly have I put in to support relative
paths. Got the idea from Vincet Massol. Bug 605141.
2002-09-07 01:36:40 +00:00
Oliver Burn fdc564f6b2 Cleaned up visibility 2002-09-05 02:52:47 +00:00
Oliver Burn aff5047c9e Patch to make loading of relative file paths work. Basically duplicating the
work that ANT used to do. There had to be some pain in the refactoring. ;-)
2002-09-05 02:46:40 +00:00
Oliver Burn ac18264bf6 Patch to make Checkstyle run. Need to fix the TODO reported. 2002-09-04 14:35:10 +00:00
Oliver Burn 2df5874fc8 Improved the error handling 2002-09-04 14:33:07 +00:00
Oliver Burn 8a2f9d179f Fixed bugs in the build.xml file. 2002-09-04 14:30:14 +00:00
Oliver Burn 62354b2ad9 Major refactor to make Configuration only be configured through properties 2002-09-04 13:50:23 +00:00
Oliver Burn 7335df239d Major refactor to make Configuration only be configured through properties 2002-09-04 13:38:51 +00:00
Oliver Burn 98d883bb3b Major refactor of the CheckerTest to configure using properties. 2002-09-04 13:28:53 +00:00
Oliver Burn a5bd0522b8 Cleaned up to use the new config files. 2002-09-04 12:28:11 +00:00
Oliver Burn 47f3495932 Renamed all checksXXXX.html files to configXXXX.html 2002-09-04 12:17:29 +00:00
Oliver Burn a926120685 Renamed all checksXXXX.html files to configXXXX.html 2002-09-04 12:10:15 +00:00
Oliver Burn ece0896556 Renamed all checksXXXX.html files to configXXXX.html 2002-09-04 12:02:11 +00:00
Oliver Burn 87879a7e57 Renamed all checksXXXX.html files to configXXXX.html 2002-09-04 11:55:19 +00:00
Oliver Burn a743ec6339 fixed null reference :-) 2002-09-04 11:54:51 +00:00
Oliver Burn f02124d9d3 Renamed all checksXXXX.html files to configXXXX.html 2002-09-04 11:40:53 +00:00
Oliver Burn 19815691c6 Added copyright statements (I have lawyers!). Also removed invalid docs from
main documents.
2002-09-04 11:37:28 +00:00
Oliver Burn 573daea049 Against a snap shot of changes I do not want to lose. 2002-09-04 11:00:28 +00:00
Oliver Burn 2817b05ecc Against a snap shot of changes I do not want to lose. 2002-09-04 10:23:55 +00:00
Oliver Burn c6d2120f6e Against a snap shot of changes I do not want to lose. 2002-09-04 08:03:05 +00:00
Oliver Burn bfe1cbdbed Against a snap shot of changes I do not want to lose. 2002-09-04 04:04:03 +00:00
Oliver Burn e55cf9b0bc Please ignore - a work in progress that I want to backup. 2002-09-03 13:45:38 +00:00
Oliver Burn 0e733a20c8 Please ignore - a work in progress that I want to backup. 2002-09-02 13:19:01 +00:00
Oliver Burn 1192d56554 Please ignore - a work in progress that I want to backup. 2002-09-02 13:13:11 +00:00
Oliver Burn e98d817e3f Please ignore - a work in progress that I want to backup. 2002-09-02 12:21:17 +00:00
Oliver Burn a37a1d7ba9 Please ignore - a work in progress that I want to backup. 2002-09-02 12:12:38 +00:00
Oliver Burn 54948c48df Moved test inputs files to another directory so that Eclipse does not give
lots of error messages. Another reason that IDEA is nicer :-)
2002-09-02 12:09:51 +00:00
Lars Kühne f9a1fdc539 create messages_en.properties in compile.checkstyle, fixes bug #594469 2002-08-28 22:03:09 +00:00
Oliver Burn 31e98a9230 Made more tolerant of an empty property for the header file. 2002-08-28 01:41:32 +00:00
Oliver Burn f45a53a37f Fixed dependance on JDK 1.4 (shame on me! :-) 2002-08-27 04:21:38 +00:00
Oliver Burn a021a7e165 Incorporate Japanese translation of messages from Shinya OHNUMA [ ohnuma AT
bump DOT co DOT jp.
2002-08-25 09:13:29 +00:00
Oliver Burn 7b7eea6e9a A rather large refactoring to improve the way Checkstyle is configured. It all
started with adding the Configuration.getProperties() method.
2002-08-25 08:21:19 +00:00
Oliver Burn 1818ae8ab1 Refactored some more messages. 2002-08-22 08:32:17 +00:00
Oliver Burn 5703b6e335 Changes to make localisation simpler. 2002-08-22 08:25:02 +00:00
Oliver Burn f8a53831f0 Incorporate patch 555878 from Rick Giles to allow pattern for local final
variables to be specified.
2002-08-21 08:08:43 +00:00
Oliver Burn 1fdf65bf01 Incorporate patch 566855 from Rob Worth to optionally check that parenthesis
are padded with spaces.

Big thanks to Lars for suggesting that the Pad Option not be a boolean so
somebody could one day submit this patch. :-)
2002-08-21 04:39:27 +00:00
Oliver Burn 9aa8268e47 Applied the ideas in patch 580230 - More consistent messages 2002-08-20 13:56:28 +00:00
Oliver Burn d92ceb81a6 Implemented enforcing having @version tag. (Request 543964). 2002-08-20 13:08:37 +00:00
Oliver Burn b8d742ecd2 Changes to make maxLen easier to localise. 2002-08-20 07:45:33 +00:00
Oliver Burn c5b115b1d6 Added Eclipse files to ignore. 2002-08-19 04:06:39 +00:00
Oliver Burn f730e48c11 Added ant.jar to the build classpath. 2002-08-19 04:04:30 +00:00
Oliver Burn eec6e39766 Removed a blank line (and tested Eclipse for CVS mode) 2002-08-18 23:50:03 +00:00
Oliver Burn 25a13442f2 Fixed bug (594469) where unit tests would fail under different locales. Also
fixed a potential bug on how messages are located.
2002-08-14 01:58:44 +00:00
Lars Kühne 816c6b33c9 use accessor methods for superclass atributes, fixes bug #594466 (I hope) 2002-08-13 16:58:42 +00:00