Commit Graph

175 Commits

Author SHA1 Message Date
Roman Ivanov ead8bd33ba message is extended according to google/guava/issues/1891 2015-01-07 22:14:16 -08:00
alexkravin b06e2e0015 Illegal Type Check, fixed false positives on same file names, added support of analyzing imports, issue #78 2015-01-06 15:01:04 -08:00
maxvetrenko 6a9e1b3f93 Added option to avoid C style. #354 2015-01-05 14:08:21 -08:00
alexkravin 98684b95a5 Suppress Warnings Holder - fixed throwing exception if annotation uses constant value, issue #539 2014-12-30 09:11:57 -08:00
alexkravin e6638c3344 No Whitespace After Check, fixed NPE, fixed false-positives at multidimensional arrays, issue #542 2014-12-30 09:08:39 -08:00
alexkravin 943e07af07 Added option to Illegal Throws Check due to twitter custom checks, issue #430 2014-12-29 14:43:54 -08:00
ychulovskyy d91236c5ca Issue #3 Turn on -r recursive by default 2014-12-29 14:41:53 -08:00
alexkravin c29a5466d1 Added option to Javadoc Method Name Check - ignore method name regex, issue #430 2014-12-29 07:49:13 -08:00
alexkravin 55435babb6 Extended Method Name Check to ignore overriden methods, issue #430 2014-12-29 07:47:37 -08:00
ychulovskyy 09a7ca6041 Issue #537 refactoring: remove copy-paste of messages from UTests 2014-12-28 15:14:03 -08:00
Roman Ivanov 410b7fca40 linkcheck: fixes for dead links 2014-12-27 14:25:30 -08:00
Roman Ivanov 1d41878f29 Revert "No Whitespace After Check - added support of array declarations, issue #68"
This reverts commit 095fa6743c.
2014-12-26 20:23:03 -08:00
ychulovskyy 0343b58a76 Issue #540 Unable to instantiate RedundantThrows when run checkstyle with "-c sun_checks.xml" parameter 2014-12-25 21:17:53 -08:00
alexkravin c17bf06af9 Added google and sun configs to jar, issue #305 2014-12-25 21:03:24 -08:00
Roman Ivanov e6b25218eb additional fixes for #66, minor renaming and UTs extension 2014-12-24 11:49:16 -08:00
ychulovskyy c731689244 Issue #66 ParameterNumber check option to ignore methods with an @Override 2014-12-24 11:36:29 -08:00
ychulovskyy ecd7ee879a Issue #257 RequireThis triggers when try-with-resources defines resource with same name as method 2014-12-24 11:34:24 -08:00
Ilja Dubinin ca89807d48 #505 have to be fixed. I moved new tokens to the end of tokens list. 2014-12-24 10:16:04 -08:00
ychulovskyy f0c6c6ad7c Issue #131 AnnotationUseStyle closingParens check failed 2014-12-22 16:34:40 -08:00
alexkravin 49ae6cf81b Final Parameters Check, added option allows ignoring primitive types as params, issue #446 2014-12-22 08:09:13 -08:00
Michal Kordas 4297ca50a9 MutableException check requires class to explicitly extend some other class (for issue #60) 2014-12-20 10:12:45 -08:00
maxvetrenko 17ebdc5c37 Fixed cases with difficult annotations. #321 2014-12-19 22:22:35 -08:00
Michal Kordas 86e743f605 Remove StrictDuplicateCodeCheck and whole package #523 2014-12-20 02:49:25 +01:00
alexkravin 85c205ca68 Abstract Aware Type Check marked as deprecated, removed Redundant Throws Check, issue #473 2014-12-19 09:41:46 -08:00
alexkravin f6b38038d1 Summary Javadoc Check, added 'specify period' option, issue #472 2014-12-20 16:53:48 +04:00
alexkravin 095fa6743c No Whitespace After Check - added support of array declarations, issue #68 2014-12-18 11:51:48 -08:00
alexkravin 169729f60b Suppress Warnings Check, annotation param in constant, issue #268 2014-12-18 11:44:29 -08:00
alexkravin 37e0bc051f Generic Whitespace Check, fixed bug - '>' is followed by an illegal character, issue #350 2014-12-18 11:41:48 -08:00
alexkravin 688dc9c547 Need Braces, added option which allows one line if-statements without braces, issue #300 2014-12-18 11:40:18 -08:00
alexkravin 7e36b3cbd1 Translation Check - update changes due to new option, issue #149 2014-12-18 11:37:40 -08:00
pulse00 284b505ace added basenameSeparator configuration option for TranslationCheck 2014-12-18 11:37:40 -08:00
alexkravin cf5686783f Fixed false-positive in GenericWhitespaceCheck issue #51 2014-12-17 07:43:35 -08:00
alexkravin deb4d7a388 Final Local Variable Check, fixed false-positive - native method's param should be declared final, issue #158 2014-12-15 22:09:33 -08:00
Michal Kordas 46d57c9ca5 Partial fix for #46 - Sonarqube found problems in Checkstyle
Sonarqube issues 'Constants should be declared "final static" rather than merely "final"' and 'Constant names should comply with a naming convention' are fixed
2014-12-15 21:54:58 -08:00
Michal Kordas 7aa061665c Partial fix for #47 - Add missing @Override annotations 2014-12-14 22:33:24 -08:00
Michal Kordas 0e04e5088c Fix for typos in Javadoc 2014-12-14 22:31:13 -08:00
alexkravin 4ee80e7898 Redundant Modifier Check, fixed false-positive Redundant modifier final error for @SafeVarargs method issue #301 2014-12-14 15:27:52 +04:00
Evan Cahill f798a441fc Fix InnerAssignment check for lambda expressions.
Assignments statements in single statement lambda expressions are not
inner assignments.

Fixes #377.
2014-12-11 12:55:07 -08:00
alexkravin 0aab6d6243 Redundant Modifier Check fixed bug with warning on final variables in default methods issue #364 2014-12-08 21:48:51 -08:00
ychulovskyy 9b45e78bb5 Issue #457 remove JUnitTestCase from Checkstyle 2014-12-07 09:44:18 -08:00
ychulovskyy aa829d408f Issue #353 NullPointerException with SuppressWarningsHolder and enum fields 2014-12-06 21:41:42 +01:00
ychulovskyy 4c384214a9 InnerTypeLast within methods #6 2014-12-02 07:08:07 -08:00
Ivan Sopov 7b3a329cf8 removing ignoreDirectoryName option from PackageDeclarationCheck
This option duplicates compilation error and has no sense to be run
on successfully compiled java sources.
2014-11-30 08:53:08 -08:00
Baratali Izmailov be6a7ca77b Create ParseErrorMessage if error message is null. Added comments for a few methods. 2014-11-24 16:22:33 -08:00
Baratali Izmailov 825d1be152 Issue #376. Added $ to all identifier definitions 2014-11-24 16:18:41 -08:00
Ilja Dubinin 9b17ce22d2 #358 (or #92) fixed. Attention, some checks might be linked with deleted node. 2014-11-24 01:18:18 +03:00
ychulovskyy bbd59b7b88 #9 -v CLI flag for querying the installed Checkstyle version
Fixed formatting issue.
2014-11-22 08:50:15 +01:00
ychulovskyy f85edb7127 #9 -v CLI flag for querying the installed Checkstyle version 2014-11-21 20:52:15 +01:00
Ilja Dubinin cf38b070cc #339 fixed. Generics in postfix expression before method referencec can be parsed now. 2014-11-21 01:08:27 +03:00
Baratali Izmailov 5c481899d4 Issue #371. Fixed NumberFormatException while logging in AbstractJavadocCheck 2014-11-20 07:39:41 -08:00