Commit Graph

58 Commits

Author SHA1 Message Date
Lars Kühne ba1663fc94 rfe #528196, task should output version info 2003-03-29 13:39:22 +00:00
Oliver Burn c0da7e0d0b Just another very useful patch from Peter Dobratz. 2003-03-19 03:48:49 +00:00
Oliver Burn 4cddf4771c Patch from Simon Kitching to allow more configuration control over the
JavadocMethodCheck.
2003-03-11 22:49:58 +00:00
Lars Kühne b5126f45c4 added Peter's documentation improvements 2003-03-02 16:01:06 +00:00
Lars Kühne 03d9719f47 added request id for InterfaceIsType 2003-02-23 13:29:27 +00:00
Lars Kühne c40ba98dbf added ConfigurationLoader bug + small fixes 2003-02-23 12:42:29 +00:00
Lars Kühne eb4c8c6ac6 news for 3.1 2003-02-20 06:10:40 +00:00
Lars Kühne 337aa4ec81 started 3.1 2003-02-18 06:20:58 +00:00
Lars Kühne c8a0d3e6d4 new stylesheet and removal of japanese localization 2003-02-04 20:34:11 +00:00
Lars Kühne 27cb13ca3d added resolved bug #670321 2003-01-18 17:22:09 +00:00
Lars Kühne ca43a9d7a0 added support for french error messages, contributed by Pierre Dittgen 2003-01-14 05:44:11 +00:00
Lars Kühne 67da95c8a3 added item for fi localazation 2003-01-13 05:49:39 +00:00
Lars Kühne 8809d19699 added item for pt localization 2003-01-12 08:50:23 +00:00
Rick Giles 4a4254b285 Release note for check of space at an empty for interator. 2003-01-11 20:37:19 +00:00
Lars Kühne 46910b2061 Implement RFE 521323, detect whitespace before ';' 2003-01-11 08:08:28 +00:00
Lars Kühne 151fd548d2 close cachefile streams, fixes bug #655016 2003-01-11 07:42:20 +00:00
Lars Kühne 4046ecbdee added Rick's bugfix for 579190 2003-01-09 18:46:58 +00:00
Lars Kühne 4aee8a2213 added fixed bug to 3.0 list 2003-01-08 07:23:47 +00:00
Lars Kühne bba4671829 added rfe ids 2003-01-07 19:34:23 +00:00
Lars Kühne a9ad125a4c added entry for bugfix #658805 2002-12-29 10:05:17 +00:00
Rick Giles 9e27ad14fe XHTML-ized and CSS validated 2002-12-10 13:57:45 +00:00
Lars Kühne b852b1bad4 fixed Ville's last name and added HiddenFieldCheck to new features 2002-12-10 05:58:36 +00:00
Rick Giles 294da7f458 attempt to correct "Skyttä" 2002-12-10 01:00:17 +00:00
Rick Giles 9523899ac0 minor spelling correction 2002-12-10 00:43:20 +00:00
Lars Kühne f1e8474f25 added releasenotes for release 3.0, please check that I did not forget anything 2002-12-08 14:21:34 +00:00
Oliver Burn 2b9b1e2021 Added some advice on upgrading 2002-09-14 05:14:15 +00:00
Lars Kühne 3fecb73fb3 incorporte patch 607481 from Ville Skyttä to enforce wrap on operator at EOL 2002-09-13 05:43:47 +00:00
Lars Kühne 8a65d2ff82 docs for package name check 2002-09-08 12:55:14 +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 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 d92ceb81a6 Implemented enforcing having @version tag. (Request 543964). 2002-08-20 13:08:37 +00:00
Oliver Burn 7781985a34 Request 582144: added documentation. 2002-08-12 07:40:29 +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 6946a8440c Incorporate patch 590931 from Vijay Aravamudhan. 2002-08-10 09:23:52 +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 fd1225fe8b Fixed grammar mistake - thanks Lars. 2002-07-04 06:01:02 +00:00
Oliver Burn ba5a640c86 Document the -jar option. 2002-07-04 00:01:59 +00:00
Lars Kühne b87542b262 fixed bug 561616 2002-07-02 20:21:04 +00:00
Oliver Burn b3133035a4 576165: better error handling for missing properties file. 2002-07-02 11:51:56 +00:00
Oliver Burn bbe51f6884 571161: Added support for basedir attribute. 2002-07-01 01:57:36 +00:00
Oliver Burn 0e62f23a10 573485: detect redundant 'abstract' 2002-06-26 13:17:31 +00:00
Oliver Burn c176f8b8eb 568553: fix Javadoc errors under JDK 1.4 2002-06-22 10:50:13 +00:00
Oliver Burn 119aa7439f Implement checking for whitespace around "{" & "}". 2002-06-17 12:17:31 +00:00
Oliver Burn d8d9269bbc Added documentation for checkUnusedThrows. 2002-06-16 12:23:37 +00:00
Lars Kühne 14f2b27f8f added new commandline flag '-p' 2002-06-11 04:23:19 +00:00
Oliver Burn 3da466b9bf Added check to ensure that long integer literals use L, not l. Also fixed bug
by my over zealous removal of toString() methods.
2002-06-06 11:45:40 +00:00
Oliver Burn 4018efa9fe Refactored the catch block checking code to include try/catch/finally blocks. 2002-06-05 13:17:20 +00:00
Lars Kühne 87fb75661f added new feature "detect illegal instantiation" to 2.3 2002-05-30 04:45:18 +00:00