Commit Graph

509 Commits

Author SHA1 Message Date
Oleg Sukhodolsky c6bbd67749 Added caseSensitive property to ImportOrder check (bug 842604). 2003-11-16 08:40:33 +00:00
Oleg Sukhodolsky 4d8c68ec20 Removed MutableException dependency from 1.4 API.(bug 842756) 2003-11-16 06:14:16 +00:00
Oleg Sukhodolsky c4c966c971 Fix grammar build process (RFE 827781) 2003-11-13 16:32:53 +00:00
Lars Kühne 4f9debc29b fixed copy+paste problem in examples of StrictDuplicateCode check
damn, there's always something you notice right after making a release
2003-11-12 05:17:55 +00:00
Lars Kühne 392e556d70 made optional.jar maven friendly (requested by V.Massol, maintainer of Maven plugin) 2003-11-11 05:53:07 +00:00
Oliver Burn ac9fe51610 Added JBuilder link 2003-11-10 09:35:25 +00:00
Rick Giles f90a08de09 spelling correction 2003-11-08 20:56:25 +00:00
Rick Giles b7d4d721a2 spelling correction 2003-11-08 12:50:51 +00:00
Lars Kühne 53638cd097 added note about core vs optional 2003-11-08 12:43:19 +00:00
Lars Kühne 5c3762cef2 fixed bug 837012, false alarms for abstract classes 2003-11-08 12:29:19 +00:00
Rick Giles 476f90c5d3 update Filter UML diagram 2003-11-07 14:57:24 +00:00
Oleg Sukhodolsky 8d242382f8 Filter.accept() now takes AuditEvent, not an Object. 2003-11-07 04:49:54 +00:00
Lars Kühne 100353f305 ... and antlr has been version 2.7.2 since March. I guess it's too late to put that into the 3.1 releasenotes :-) 2003-11-05 05:22:50 +00:00
Lars Kühne 5fa9891d4b we now use jakarta-regexp 1.3 2003-11-05 05:16:08 +00:00
Oleg Sukhodolsky 778e844080 Added removeListener() and removeFilter() to Checker (bug 834367) 2003-11-05 04:26:12 +00:00
Lars Kühne 08a76dba14 fixed bug 824754 2003-10-27 06:14:36 +00:00
Rick Giles 84d33e55d9 Fixed HiddenFieldCheck error for a local variable of a static
method with same name as an instance field(bug 827713)
2003-10-27 00:32:00 +00:00
Lars Kühne 60ecfe9c06 documented StrictDuplicate code check and incompatible API change 2003-10-24 05:43:11 +00:00
Lars Kühne e16c4a8259 spec for StrictDuplicateCode 2003-10-12 07:15:52 +00:00
Oleg Sukhodolsky 861e2af0e1 Changed default format for ConstantName. (see bug 807571). 2003-10-09 04:20:46 +00:00
Oleg Sukhodolsky 984eb8d742 ExplicitInitialization added to checkstyle's style. Fixed problems it found. 2003-10-08 17:46:58 +00:00
Oliver Burn 1bb0fb09a3 Upgraded to jakarta-regexp-1.3. 2003-10-08 13:02:30 +00:00
Oleg Sukhodolsky 03c3efabf3 Check for variable explicit initialization (request 614387) 2003-10-04 17:01:27 +00:00
Oleg Sukhodolsky 194f86d218 Release notes update. 2003-10-04 01:28:58 +00:00
Oleg Sukhodolsky 868ae755c1 Fixed documentation for Indentation check. 2003-09-30 10:06:53 +00:00
Lars Kühne 2200323756 fixed typos and html layout 2003-09-28 05:27:00 +00:00
Oleg Sukhodolsky 60d0673dcc Documentation for Indentation check. 2003-09-27 05:26:28 +00:00
Oleg Sukhodolsky ee987808d1 Update for releasenotes 2003-09-22 12:47:03 +00:00
Rick Giles 0527cab338 documented optional Checks (bug 806961) 2003-09-21 14:11:28 +00:00
Oleg Sukhodolsky 2a1705e70d ImportOrder check from Bill Schneider (request 745548)docs/releasenotes.html 2003-09-16 18:37:57 +00:00
Oleg Sukhodolsky 77ca904cf5 Fixed 806242 (NoWhitespaceBeforeCheck error with an interface).
Fixed 806243 (NoWhitespaceBeforeCheck error for anonymous inner
class).
Now build will fail if antlr fails to process the grammar.
2003-09-15 06:01:31 +00:00
Rick Giles cdbb83775e Fixed Unused... checks don't work together (bug 805954) 2003-09-14 22:39:58 +00:00
Rick Giles 0c717ef2ab Added FinalLocalVariable check from Roland Auckenthaler and Kevin Gibbs. 2003-09-11 12:01:47 +00:00
Oleg Sukhodolsky 2acda3b127 Fix for 803577 (allowThrowsTagsForSubclasses/allowMissingThrowsTag interfere) 2003-09-11 03:53:51 +00:00
Oleg Sukhodolsky 15ccd93806 Added ParameterAssignment check contributed by Simon Harris (request 750748).
Fixed internatialization support in DeclarationOrder check.
2003-09-07 11:15:58 +00:00
Oleg Sukhodolsky d041e5226b DeclarationOrder check contibuted by Roland Auckenthaler 2003-09-06 20:14:39 +00:00
Oleg Sukhodolsky 75773acf4f Added IllegalType check from Simon Harris (request 750739).
Added getter for illegalClassNames property of IllegalCatch check.
2003-09-04 18:35:22 +00:00
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 a56be052af Changed configuration documentation example from checkstyle_checks.xml to sun_checks.xml (see bug 750169) 2003-09-02 17:27:52 +00:00
Rick Giles 4ba49828ac Fixed bug 798111: Unused local variables are not always detected.
Example given was caused by incorrectly considering a typecast to
be a variable reference. Types were also incorrectly considered as
variable references.
2003-09-02 09:30:51 +00:00
Rick Giles 611722a893 Fixed bug 798405 JavadocStyleCheck doesn't accept {@inheritDoc} javadoc 2003-09-01 10:10:40 +00:00
Rick Giles a00160b33c Added property to HiddenFieldCheck to ignore constructor parameters (request 798240). 2003-08-31 21:35:07 +00:00
Rick Giles 20b7faa450 Moved ExecutableStatementCountCheck to sizes package. 2003-08-31 16:26:01 +00:00
Rick Giles d8766886f2 Added INSTANCE_INIT to tokens for EmptyBlockCheck. 2003-08-31 10:26:42 +00:00
Rick Giles b8f9b199ad Added ExecutableStatementCount check from Simon Harris (request 750751). 2003-08-30 21:17:41 +00:00
Rick Giles 1952077d3e Changed configuration documentation example from checkstyle_checks.xml
to sun_checks.xml  (see bug 750169)
2003-08-29 19:12:47 +00:00
Rick Giles 32fcc5d7db documented CyclomaticComplexity (bug 783800) 2003-08-29 18:44:59 +00:00
Rick Giles 6b1ad4f2d6 corrected usage checks documentation (bug 790457) 2003-08-29 15:05:02 +00:00
Oleg Sukhodolsky 9bc9f41827 Added ThrowsCount check from Simon Harris (request 750742).
Added ReturnCount check from Simon Harris (request 750745).
Minor fixes in release notes.
2003-08-28 19:18:31 +00:00
Oleg Sukhodolsky ec796dc641 moving/renaming [Illegal]AbstractClassName check to naming package. 2003-08-28 06:50:45 +00:00