Commit Graph

1180 Commits

Author SHA1 Message Date
Oleg Sukhodolsky 4011bf3740 One more test for JavadocStyle. 2003-11-19 04:51:44 +00:00
Lars Kühne d39b9ef629 sorry, wrong bug id 2003-11-18 21:01:48 +00:00
Lars Kühne 0aca6b0589 Added test input code to reproduce bug 841942 and a bit of HTML
code where parsing could could go wrong wrong when fixing this bug.

If you want to tackle the bug, uncomment methods 10 and 11 and add
"extra </img>" for method10 to the list of expected errors in
JavadocStyleCheckTest lists.
2003-11-18 20:55:12 +00:00
Oleg Sukhodolsky ec70b77765 Applying patch 835896(classpathref support for Ant task) 2003-11-17 05:20:19 +00:00
Rick Giles 154df915b9 fixed NPE with dotted class name (part of bug 842781) 2003-11-16 13:07:24 +00:00
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 5c3762cef2 fixed bug 837012, false alarms for abstract classes 2003-11-08 12:29:19 +00:00
Oleg Sukhodolsky 8d242382f8 Filter.accept() now takes AuditEvent, not an Object. 2003-11-07 04:49:54 +00:00
Oliver Burn 7abbd6af2f Translations for 3.2 release. 2003-11-06 11:34:02 +00:00
Oliver Burn 37e8c62b4f Translations for 3.2 release. 2003-11-06 11:19:24 +00:00
Oliver Burn 14a52be63e Updated for 3.2 2003-11-06 10:58:16 +00:00
Oliver Burn 2b3c46901a Removing French files as the person that did the French translations has moved
(their email address bounces).
2003-11-06 09:35:28 +00:00
Oleg Sukhodolsky 778e844080 Added removeListener() and removeFilter() to Checker (bug 834367) 2003-11-05 04:26:12 +00:00
Oleg Sukhodolsky 5f229dca29 Fixed HiddenFieldCheckTest failure (added expected messages). 2003-11-02 10:10:42 +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 066696714b bugfix for #824754, HideUtilityConstructor should not apply to subclasses 2003-10-26 22:10:00 +00:00
Oleg Sukhodolsky 33f7597720 Undo for ClassLoader fix. 2003-10-21 04:31:40 +00:00
Oleg Sukhodolsky 66325cbd72 Now PackageObjectFactory uses custom class loader. 2003-10-19 12:01:49 +00:00
Oleg Sukhodolsky 2f5b39d41f Removing unexpected ^Ms from the code. 2003-10-16 06:13:41 +00:00
Lars Kühne b0bdff0e9b fixed typo in resource key 2003-10-15 19:05:39 +00:00
Lars Kühne fe7f145c44 added translations for messages new in release 3.2 2003-10-14 05:40:27 +00:00
Lars Kühne 09a0a297fe removed duplicate entry 2003-10-14 05:34:59 +00:00
Lars Kühne 63e46ff75e translations for 3.2 messages
sorted lines for easier overview
2003-10-14 05:34:11 +00:00
Lars Kühne 3d588d8a9c consistent quoting of method names 2003-10-13 05:22:50 +00:00
Lars Kühne e708beb537 Strip basename from reported secondary filename in StrictDuplicateCodeCheck.
Required moving getStrippedFileName() from Checker to Utils.
2003-10-13 04:41:36 +00:00
Lars Kühne 741454e7f1 - support checking any textfile
- make min property accessible from config file
- fixed one-off error in error report
- stop bashing pmd in the docs
2003-10-12 07:29:51 +00:00
Oleg Sukhodolsky 0dfec6f430 Fixed leak in IndetationCheck (always clear the chaches ;) 2003-10-10 16:42:54 +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
Oleg Sukhodolsky cb0ecb590e Fixed type in input file name. 2003-10-05 07:14:13 +00:00
Oleg Sukhodolsky 03c3efabf3 Check for variable explicit initialization (request 614387) 2003-10-04 17:01:27 +00:00
Oleg Sukhodolsky 868ae755c1 Fixed documentation for Indentation check. 2003-09-30 10:06:53 +00:00
Oleg Sukhodolsky 60d0673dcc Documentation for Indentation check. 2003-09-27 05:26:28 +00:00
Oleg Sukhodolsky b1123e96e4 Small refactoring to reduce cyclomatic complexity of CheckStyleTask.execute(). 2003-09-27 03:34:54 +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 f2e3dc000f style corrections 2003-09-14 22:46:27 +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 753a3a0c97 Cleaned fix for 803577 :) 2003-09-11 03:55:05 +00:00
Oleg Sukhodolsky 2acda3b127 Fix for 803577 (allowThrowsTagsForSubclasses/allowMissingThrowsTag interfere) 2003-09-11 03:53:51 +00:00
Oleg Sukhodolsky 3bee3800f4 Gui improvement:
Mnemonics for buttons added.
Now user can expand/collapse tree node using ENTER.
2003-09-07 17:50:10 +00:00
Oleg Sukhodolsky e21177aefe Changes missed in previous putback. 2003-09-07 12:09:33 +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
Oleg Sukhodolsky 1e7bbb8cd8 Added exception logging (see request 753883) 2003-09-03 04:35:40 +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