Commit Graph

1329 Commits

Author SHA1 Message Date
Oleg Sukhodolsky 30af95bd2a removing ^M from the file 2004-09-23 10:33:00 +00:00
Oleg Sukhodolsky 31a9795d84 fix for 1032426 2004-09-22 20:31:54 +00:00
Lars Kühne 6fc4ae2d4f converted DOS to Unix Linefeeds (bug #1032634) 2004-09-22 18:52:23 +00:00
Oliver Burn 303cbce950 Tighten up code 2004-08-28 10:32:11 +00:00
Oliver Burn 2f70947ed7 Tighten up code 2004-08-26 13:47:14 +00:00
Oliver Burn 5d7063c660 Tighten up code 2004-08-26 13:34:12 +00:00
Oliver Burn d86a9de35b Fix a very annoying bug 2004-08-19 14:24:25 +00:00
Oliver Burn 51848478fd Fix up Eclipse warning. 2004-08-17 13:29:17 +00:00
Oliver Burn e90dbc731d Fix up Eclipse warning. 2004-08-17 13:12:25 +00:00
Rick Giles 2af259b791 FinalParametersCheck and FinalLocalVariablesCheck ignore abstract methods (bug 1002849) 2004-08-04 11:17:56 +00:00
Rick Giles 79f61c20a8 fix cs indentation error 2004-08-03 13:48:06 +00:00
Rick Giles 7637487669 Accept Oleg's comments about NPEs, http://sourceforge.net/mailarchive/forum.php?thread_id=5251578&forum_id=2864 2004-08-03 13:45:11 +00:00
Rick Giles 6cc11418ff com.puppycrawl.tools.checkstyle.gui.Main accepts an optional file name in the command line (request 1000102) 2004-08-01 16:29:35 +00:00
Rick Giles 748df52c13 fixes possible null pointer exceptions, bad string compares 2004-07-30 14:59:30 +00:00
Rick Giles 62179e05f3 FinalLocalVariable ignores parameters of interface methods (request 993922) 2004-07-25 19:11:26 +00:00
Rick Giles 02ad1308ff fix indentation error 2004-07-25 18:33:13 +00:00
Rick Giles 8ab17acbc6 DataAbstractionCoupling reports coupling classes, contributed by Benoit Xhenseval (request 990055) 2004-07-25 18:26:58 +00:00
Oliver Burn 3b5e5d728b Fix checkstyle errors 2004-07-21 12:02:13 +00:00
Oliver Burn 09dd78602f Fix checkstyle errors 2004-07-21 11:53:24 +00:00
Oliver Burn 80c8e1c7a8 General cleanup. 2004-07-21 11:35:00 +00:00
Oliver Burn 889f470ea6 General cleanup 2004-07-21 11:15:46 +00:00
Lars Kühne ff5ffa9602 fixed tab characters that were introduced during last commit 2004-07-06 05:24:17 +00:00
Lars Kühne c977a637ce checkstyle fixes 2004-07-04 15:56:45 +00:00
Lars Kühne fc17c98323 Made MagicNumber check less agressive, based on feedback on checkstyle-user list 2004-07-04 15:27:54 +00:00
Lars Kühne bd4ec9a98e correct source location info in case whitespace between unary op and magic number 2004-07-04 11:24:32 +00:00
Rick Giles bbd273b62d French translations 2004-06-28 16:10:58 +00:00
Rick Giles 92067aca94 French translations 2004-06-28 16:00:18 +00:00
Rick Giles 09f3ba94a6 fix checkstyle errors 2004-06-22 18:05:33 +00:00
Rick Giles df32e217c9 more message info in UnsupportedEncodingException 2004-06-22 12:29:36 +00:00
Rick Giles 915c6568cf Added charset property to TreeWalker and StrictDuplicateCode check (addresses bug 975346) 2004-06-22 11:42:44 +00:00
Rick Giles 75ede62d22 correct charset (sorry for the name mangle, Lars) 2004-06-22 11:13:58 +00:00
Rick Giles ecef6a81a0 replace method that ANTLR 2.7.4 tags as deprecated since 2.7.1 2004-06-22 09:35:57 +00:00
Rick Giles 44e3d33fc2 Better information for unexpected char, RFE 666188 2004-06-21 22:30:52 +00:00
Rick Giles d622cf7e42 add filter that suppresses audit events according to source file comments 2004-06-12 16:04:13 +00:00
Lars Kühne 97da7167f4 find duplicates within the same file
fixes problem reported on user list by Olivier Schmeltzer
2004-06-12 06:25:25 +00:00
Rick Giles c94b581367 Create XML parsers that process namespace URIs. Now users can incorporate XInclude processing in a checkstyle config file without changing the parser factory. 2004-05-30 13:00:21 +00:00
Rick Giles 1ae462f726 undo direct support for namespaces - can be done with parser config 2004-05-28 15:48:23 +00:00
Rick Giles 34e70b218d Make namespace URIs available (useful for XInclude processing, etc.) 2004-05-27 23:20:49 +00:00
Rick Giles e577b7ebb8 applied patch 959995 to fix JavadocTypeCheck bug of not finding a
tag on the firt line of a comment
2004-05-26 11:44:06 +00:00
Oliver Burn e9bdc54e42 Formating of redundant else statements 2004-05-24 10:46:26 +00:00
Oliver Burn 9423bd2f1d Remove silly casts 2004-05-24 10:45:35 +00:00
Rick Giles ed7bdbd3b2 ModifiedControlVariableCheck contributed by Daniel Grenner, patch 927680 2004-05-20 09:38:35 +00:00
Rick Giles 0e3f18dd62 MultipleStringLiteralsCheck contributed by Daniel Grenner, patch 929882 2004-05-19 22:54:47 +00:00
Rick Giles fa51f3e572 fix bug 955925, JUnitTestCase erroneously mentions
tearDown instead of setUp. Patch by Paul Guyot
2004-05-19 12:02:55 +00:00
Oleg Sukhodolsky 0552633266 Fix for 952508 (imports and RequireThis) 2004-05-15 11:07:21 +00:00
Rick Giles 4704f91988 removed debugging code (tsk, tsk). 2004-05-11 22:09:35 +00:00
Rick Giles 3f09770c89 fixed bug 950548 - Bug in UnusedPrivateMethod 2004-05-11 21:32:24 +00:00
Lars Kühne 0bef599134 make tables look pretty 2004-05-08 15:30:21 +00:00
Lars Kühne 55de633c70 added "related tools" section.
I took the liberty to use a table instead of a bullet list,
that way it's much easier to find an answer to the most important question: Is my IDE supported?
2004-05-08 13:30:35 +00:00
Lars Kühne 8d330e8379 avoid messages on System.out 2004-05-08 11:12:53 +00:00