Rick Giles
|
39c810009d
|
Commented out HeaderCheck.
Now sun_checks.xml can be used without setting properties for property expansion.
|
2003-09-02 19:47:29 +00:00 |
Oleg Sukhodolsky
|
1c7341013d
|
fixed typo in config file.
|
2003-07-29 09:05:28 +00:00 |
Oliver Burn
|
51dae59b8d
|
New Javadoc style check from Chris Stillwell.
|
2003-07-14 12:31:52 +00:00 |
Oliver Burn
|
99ed7a7d2c
|
bug-750348: added check for typecast parens. Involved
a bit of refactoring.
|
2003-06-09 06:20:19 +00:00 |
Oliver Burn
|
6d0cb22edf
|
Revamped to include all checks. Also hopefully improved the documentation.
|
2003-05-23 07:21:21 +00:00 |
Oliver Burn
|
cd6e8a32d2
|
Patch from Oleg Sukhodolsky to add MissingSwitchDefaultCheck to check that a
switch statement has a default clause (request 564199).
|
2003-04-18 11:14:48 +00:00 |
Oliver Burn
|
308d5b0294
|
Patch from Oleg Sukhodolsky to add FinalCheck to check that classes are
declared final if they only contain private constructors (request 696290).
Quite like the use of the visit/leave token methods.
|
2003-04-18 08:37:34 +00:00 |
Oliver Burn
|
f09c190dff
|
Added support for metadata in the configuration file. This required increasing
the version number to 1.1. I thought this made sense, even though the change
was backwardly compatible.
|
2003-03-29 00:29:25 +00:00 |
Lars Kühne
|
6f581fe28d
|
removed old LeftCurly checks
|
2003-01-12 08:25:37 +00:00 |
Lars Kühne
|
2440fa45b2
|
removed PublicMemberNameCheck, check public members with MemberNameCheck
updated docs to reflect that change
|
2002-12-30 14:58:12 +00:00 |
Lars Kühne
|
5ce6ad4df6
|
ModifierCheck to ModifierOrderCheck
|
2002-12-29 08:46:55 +00:00 |
Lars Kühne
|
eb0e9d478c
|
added DOCTYPE declaration and fixed document structure
|
2002-12-22 22:45:26 +00:00 |
Lars Kühne
|
333be33007
|
added check for tab characters
|
2002-12-22 12:20:51 +00:00 |
Lars Kühne
|
0b6e44780f
|
made this a sample configuration file that enforces everything I could find
in Sun docs plus a few best practices
|
2002-12-20 06:39:40 +00:00 |
Oliver Burn
|
d0b47d4be4
|
A working version - now to compare to ours......
|
2002-11-25 01:10:46 +00:00 |
Oliver Burn
|
934ea59e7e
|
Removed bad checks
|
2002-11-25 01:05:07 +00:00 |
Oliver Burn
|
f7705b69c6
|
Work in progress to build a complete set
|
2002-11-25 00:55:22 +00:00 |
Oliver Burn
|
3288a81e30
|
Just converted over the Checkstyle ANT task to use the new framework. In
process I had to fix numerous errors now being reported.
There are some bugs with the method checks, which I will now investigate.
|
2002-11-02 12:22:14 +00:00 |