Commit Graph

617 Commits

Author SHA1 Message Date
Oliver Burn 7ae44527dd Not needed anymore 2004-12-05 06:46:13 +00:00
Lars Kühne c4d8550b2e added index of all available checks to xdocs (rfe #1007499) 2004-10-24 10:28:16 +00:00
Oliver Burn 7344a99c88 Migrated more documentation. 2004-10-23 12:48:59 +00:00
Oleg Sukhodolsky b090a07e19 fix for 952508 (RequireThis generates Unable find where 'x' is declared. 2004-10-18 18:13:14 +00:00
Lars Kühne d1a2974764 rfe #1041590, allow header specification directly in checkstyle config file 2004-10-16 17:13:04 +00:00
Oleg Sukhodolsky c9a1ce7de0 Fix for 1033166 2004-10-10 08:47:39 +00:00
Lars Kühne 2c02a737d9 Updated to V 1.7 of commons-beanutils (Apache license 2.0).
This allows us to change the type converters locally in AutomaticBean,
not globally per classloader. This change is beneficial mainly
in some embedded scenarios like IDE plugins.
2004-10-09 05:43:46 +00:00
Oleg Sukhodolsky 1ac7fc3f8f merging changes from v3 branch 2004-10-05 17:11:54 +00:00
Oliver Burn da34a097d0 updated JBuilder link 2004-09-22 00:05:04 +00:00
Oliver Burn 3aa79c31c6 fixed location for clover 2004-09-21 08:12:27 +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
Rick Giles 2af259b791 FinalParametersCheck and FinalLocalVariablesCheck ignore abstract methods (bug 1002849) 2004-08-04 11:17:56 +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 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 8ab17acbc6 DataAbstractionCoupling reports coupling classes, contributed by Benoit Xhenseval (request 990055) 2004-07-25 18:26:58 +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
Rick Giles 92067aca94 French translations 2004-06-28 16:00:18 +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 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 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 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 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 3f09770c89 fixed bug 950548 - Bug in UnusedPrivateMethod 2004-05-11 21:32:24 +00:00
Oleg Sukhodolsky 36c152edea Added check for the ncss metric. 2004-04-25 08:19:19 +00:00
Lars Kühne 65603924fd Added check that checks for a required regexp, contributed by Daniel Grenner
request 606115, patch 902189
2004-04-17 05:22:12 +00:00
Lars Kühne 22d78fa990 copyright year 2004 2004-04-12 11:32:47 +00:00
Lars Kühne ab4b11645f fixed copy+paste error 2004-04-12 11:30:37 +00:00
Lars Kühne c1a79b1122 Added attributes maxErrors and maxWarnings to Ant task to allow finetuning of failure behaviour (request 783538)
Refactored Checker to use new SeverityLevelCounter class instead of implementing the same funtionality in private inner class
2004-04-12 10:54:27 +00:00
Oleg Sukhodolsky e5f09c7fd2 Fix for 925263 (Redundant throws, exceptions as nested classes) 2004-04-04 15:56:04 +00:00
Lars Kühne c0a17a8170 fixed type 'Bariable'
seperated out API changes
improved docs for new 'default' attribute
2004-04-03 05:43:06 +00:00
Oleg Sukhodolsky ceeebf2cd6 Users should provide classpath for RedundantThrows. 2004-03-29 14:57:36 +00:00
Oleg Sukhodolsky b138c559c8 Scoping for javadoc checks (documentation) 2004-03-28 06:32:16 +00:00
Lars Kühne 4039611539 fixed bug 884035, DesignForExtension fires for private inner classes 2004-03-23 22:28:47 +00:00
Lars Kühne 8b42624fe9 fixed copy+paste problem reported by Frank Harper 2004-03-23 21:06:02 +00:00
Oleg Sukhodolsky 604776f0c6 Mark 787683 (Limit UnusedParameter check to private and static methods) as integrated. 2004-03-16 04:14:16 +00:00
Oleg Sukhodolsky 8e5c074c44 UnnecessaryParentheses check (patch from Eric Roe) 2004-03-09 06:40:41 +00:00
Oleg Sukhodolsky 897c4164bd added ignoreNonLocal to UnusedParamete chech 2004-03-07 11:30:29 +00:00
Lars Kühne 4c43406153 Upped dtd version to 1.2
Entity resolver for configuration files now handles
all previous versions of the configuration DTD locally, without
accessing the internet (bug 909987)
2004-03-06 07:15:08 +00:00
Oleg Sukhodolsky d0df5e9a9e Fixed 909619. ExplicitInitialization shouldn't report about explicitly initialized member of interface. 2004-03-04 13:35:31 +00:00
Rick Giles 69e6c6f448 fixed bug 908339 - Erroneous UnusedPrivateField error 2004-03-02 19:40:28 +00:00