Commit Graph

382 Commits

Author SHA1 Message Date
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
Oliver Burn 751257987b Refactored the logging out of Verifier. Also fixed all gump errors. 2002-08-12 13:18:22 +00:00
Oliver Burn ecc852d48b Added support to specify a country so that the call to the Locale()
constructor is not dependent on JDK 1.4.
2002-08-12 12:10:57 +00:00
Oliver Burn 5890d22a6d Added documentation for localisation and the ability to set the language. 2002-08-12 09:02:41 +00:00
Oliver Burn 7781985a34 Request 582144: added documentation. 2002-08-12 07:40:29 +00:00
Oliver Burn 378e87f1e3 Since this class is meant to be seen outside the package - fixed the access
rights
2002-08-11 10:07:59 +00:00
Oliver Burn f7e86cdf5f changed to use LocalizedMessage. 2002-08-11 10:07:07 +00:00
Oliver Burn 20483ae032 Major rework to support localized error messages. Inspired by patch 580410. At
the moment it is not possible to override the system locale, this probably
should be added.

Now possible to specify the locale to use.
2002-08-11 10:01:01 +00:00
Lars Kühne 495227c608 german translation of messages 2002-08-10 16:10:33 +00:00
Oliver Burn c682b5725d Major rework to support localized error messages. Inspired by patch 580410. At
the moment it is not possible to override the system locale, this probably
should be added.
2002-08-10 14:15:00 +00:00
Oliver Burn d499f72239 Now a more general copy of properties 2002-08-10 14:05:50 +00:00
Oliver Burn 6946a8440c Incorporate patch 590931 from Vijay Aravamudhan. 2002-08-10 09:23:52 +00:00
Oliver Burn 5b91d31fda Incorporate patch 590931 from Vijay Aravamudhan. 2002-08-10 09:18:29 +00:00
Oliver Burn e7c7215349 request 583719 - detect unused @throws that subclass java.lang.Error. 2002-08-04 05:01:20 +00:00
Oliver Burn a9884dffce Incorporate patch from ronald _DOT d _DOT hastings _AT boeing _DOT com to
correctly handle C++ style comments being between Javadoc comments and
declarations.
2002-08-02 00:02:26 +00:00
Oliver Burn 7f8726ee78 Changed # parameters to 7 (from 5) and in the process spent more time writing
this comment that changing the code. :-)
2002-07-21 12:04:27 +00:00
Lars Kühne 49bcb59031 fixed false alarm about unused imports for class array objects (e.g. Vector[].class), reported by Michael Rumpf 2002-07-21 10:27:32 +00:00
Oliver Burn 257d848c62 Added reference to an example report. 2002-07-17 00:08:22 +00:00
Oliver Burn c8a57d0b85 Added a check for excessive numbers of parameters. Still need to add the
documentation and a unit test. Still not sure what the correct default value
it, taken the value of 5.
2002-07-16 13:25:15 +00:00
Oliver Burn 73ff80b453 Apply patch from Ville Skyttä to fix problems with <a> tags. 2002-07-11 13:58:48 +00:00
Oliver Burn 2ed0830312 update the version number. 2002-07-09 00:11:30 +00:00
Oliver Burn ea371c4f3a Changed the wrap on operator implementation to take an option rather than a
boolean. This allows it to be extended easily in the future.
2002-07-08 03:47:56 +00:00
Oliver Burn e543c01abd Changed the wrap on operator implementation to take an option rather than a
boolean. This allows it to be extended easily in the future.
2002-07-08 02:23:38 +00:00
Lars Kühne 3230cfbc88 use checkstyle-all in the -jar example to make sure that the example works no matter how the CLASSPATH is setup 2002-07-06 09:08:11 +00:00
Lars Kühne f10286c78b avoid double negation in description of illegal.instantiations 2002-07-06 08:56:30 +00:00
Lars Kühne 90f1a05e2b removed my email address to avoid spam 2002-07-06 08:50:57 +00:00