Commit Graph

1757 Commits

Author SHA1 Message Date
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 5b07a9df8a establish behaviour for standalone @see tags in the unit tests 2004-04-03 08:19:40 +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
Oleg Sukhodolsky cdf0ac0f4c Scoping for javadoc checks 2004-03-27 21:10:17 +00:00
Oliver Burn 5e7932be70 Fixed Checkstyle errors 2004-03-25 12:23:42 +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
Lars Kühne 914075ac2d translations for UnnecessaryParentheses check 2004-03-10 06:13:10 +00:00
Oleg Sukhodolsky 8e5c074c44 UnnecessaryParentheses check (patch from Eric Roe) 2004-03-09 06:40:41 +00:00
Oleg Sukhodolsky 9ce0ceb04a Some improvements for JavadocType check. 2004-03-08 18:22:50 +00:00
Oleg Sukhodolsky 897c4164bd added ignoreNonLocal to UnusedParamete chech 2004-03-07 11:30:29 +00:00
Oleg Sukhodolsky 96cced5b4e Test for format property of ReturnCount check 2004-03-07 11:12:26 +00:00
Oleg Sukhodolsky 90fbe02d8a added ignoreNonLocal to UnusedParamete chech 2004-03-07 11:09:59 +00:00
Oleg Sukhodolsky f5bb7772af Fixing gump failure 2004-03-07 11:05:51 +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
Lars Kühne 6d74014969 removed "default" attribute from 1_1 dtd again,
use a new dtd instead (but keep the old one)
2004-03-06 06:59:12 +00:00
Lars Kühne 0ad430e2a5 translated new messages to german 2004-03-06 06:56:54 +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
Lars Kühne c608ff940a removed old "not available" statement for EmptyForInitializerPad 2004-03-02 05:17:02 +00:00
Oleg Sukhodolsky a1913e7c77 Moving intersects() method to TextComment interface. 2004-03-01 06:50:14 +00:00
Oleg Sukhodolsky c4288bb3bc Moving intersects() method to TextComment interface.Minor javadoc changes in Comment.src/checkstyle/com/puppycrawl/tools/checkstyle/api/Comment.java 2004-03-01 06:27:28 +00:00
Oleg Sukhodolsky 417a132e0e Removing stuff with renaming files in javadoc target 2004-03-01 05:58:04 +00:00
Lars Kühne 3ad02e2dcd Ignore comments in GenericIllegalRegexp check,
contributed by Daniel Grenner
2004-02-29 13:43:28 +00:00
Lars Kühne 22d0ed9d4c added default attribute to configuration <property> tags,
see recent "property resolution changes" discussion on checkstyle-devel list
2004-02-29 07:45:10 +00:00
Oleg Sukhodolsky 6bfb6b7b1a Added pattern for names to ignore from ReturnCount (request 904437) 2004-02-28 14:08:59 +00:00
Oleg Sukhodolsky 4a1fc90335 Added checkEmptyJavadoc property to JavadocStyle check, contributed by Daniel Grenner (request 849056, patch 903597) 2004-02-27 07:20:14 +00:00
Lars Kühne 12ee114154 automatic announcement of patch tracker entries 2004-02-26 05:09:12 +00:00
Oleg Sukhodolsky 6e39e207cb Updated documentation for ReturnCount check (bug 904443) 2004-02-26 04:04:16 +00:00
Oleg Sukhodolsky 5fb27c0fe2 Fix for 897749 (JavadocStyleCheck @value tag). Fixed javadoc inline tags handling. 2004-02-25 18:31:09 +00:00
Oleg Sukhodolsky 804e50ee31 Implementation for 724871 (provide programmatic access to tokentype documentation) 2004-02-24 19:41:51 +00:00
Oleg Sukhodolsky 401394cfd4 restore FileLength to default, using suppression filter instead. 2004-02-24 19:31:33 +00:00
Lars Kühne c83578baf4 removed unused imports 2004-02-21 13:21:34 +00:00
Lars Kühne da2328d0f1 added new check EmptyForInitializerPad and changed logic in NoWhiteSpaceBefore and ParenPad to fix bug #895072 2004-02-15 11:31:32 +00:00
Lars Kühne 0b2ea87e30 gump target now uses the test suite to speed up the build (3:29 -> 0:39 on my machine) 2004-02-15 11:25:06 +00:00
Lars Kühne 2bbeb9e27a fixed typo
improved the rationale explanation in response to invalid bug report.
2004-02-15 07:04:25 +00:00
Rick Giles e5ad46010b Fixed MagicNumberCheck bug when checking a cast, bug 890706. 2004-02-04 22:44:59 +00:00
Oleg Sukhodolsky 63fc2b75aa One more update of release notes 2004-01-30 07:26:09 +00:00
Oleg Sukhodolsky 7f103f3760 TrailingComment check, request 744970 2004-01-29 19:30:03 +00:00
Oleg Sukhodolsky 30a744e620 release notes' update 2004-01-29 07:41:51 +00:00
Oleg Sukhodolsky 803dafc96a Implemented 885993 (Wrap all comments into TextBlocks).
Draft implementation for 744970 (Forbid endline comments)
2004-01-29 02:41:50 +00:00
Oleg Sukhodolsky 9696781072 Fix for IllegalStateException in CheckUtils.isEqualsMethod() 2004-01-28 09:36:02 +00:00
Oliver Burn 498e85c3b0 Part of the refactoring. 2004-01-26 10:53:01 +00:00
Oliver Burn 433209f256 A refactoring to remove the circular dependency between the checkstyle and
checkstyle.filters packages. I moved AbstractLoader to the checkstyle.api
package. I moved the SuppressionsLoader to the checkstyle.filters package.

I found the dependencies using the neat Pasta tool which I recommend. It is
available from http://javacentral.compuware.com/pasta/ for free.
2004-01-26 10:39:08 +00:00
Oleg Sukhodolsky 74b57239f5 Implementation of rfe 695935 (Valid public identifier is still failing field naming style). Not sure that this is a best approach to implement. Open to discussions. 2004-01-25 14:17:27 +00:00