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
|
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
|
8a2f9d179f
|
Fixed bugs in the build.xml file.
|
2002-09-04 14:30:14 +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
|
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
|
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
|
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
|
257d848c62
|
Added reference to an example report.
|
2002-07-17 00:08:22 +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 |
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 |
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
|
8c8aabd141
|
added example for -r option (rfe #568911)
|
2002-07-02 20:50:18 +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
|
0c8c6f3b45
|
Added jEdit reference.
|
2002-06-25 02:50:22 +00:00 |
Oliver Burn
|
ab32ca0d86
|
Fixed typo
|
2002-06-22 12:05:15 +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 |