Commit Graph

1833 Commits

Author SHA1 Message Date
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 d7ec6a95ac removed check until code passes 2004-08-26 13:37:52 +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
Lars Kühne 37bc6ba737 modified have.xalan to make the build work on JDK 1.5/Ant 1.6.2 2004-08-02 08:06:14 +00:00
Lars Kühne 37cdcf101c added useExternalFile flag to javadoc task (patch 1001577, contributed by Brant Langer Gurganus) 2004-08-02 07:00:08 +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 a6990c84f0 correct errors introduced automagically by HTML editor (sigh) 2004-07-27 17:39:03 +00:00
Rick Giles 665050b9ca Corrected documentation error for naming convention checks (bug 987503) 2004-07-27 17:26:37 +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
Oliver Burn 71bc6b9733 removed crimson jar 2004-06-22 22:07:08 +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 784f0bda44 example of an ant build file and stylesheet for generation of an
HTML error report with links to source code
2004-06-11 09:00:19 +00:00
Rick Giles cdf603dd48 update usage example in comments to checkstyle 3.x 2004-06-09 14:05:48 +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 18dd5574c7 Exclude transmogrify files from checking in target checkstyle.style 2004-05-29 18:00:03 +00:00
Rick Giles 3e458d07a7 Template configuration, RFE 954442 2004-05-29 09:56:00 +00:00
Rick Giles 114baaccac example of how to configure the XML parser factory for Checkstyle,
and how to support XInclude processing
2004-05-28 15:58:38 +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
Rick Giles 83bc4ecbc4 Place Xerces in tests classpath to prevent ant 1.6.1 load of Crimson parser.
Crimson parser error messages cause failures in ConfigurationLoaderTest.
2004-05-24 14:45:44 +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