Roman Ivanov
1c41ca09fe
Update README.md
2014-12-29 14:50:03 -08:00
Roman Ivanov
4feea76e58
Update README.md
2014-12-29 14:49:40 -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
Roman Ivanov
dd5c03b379
Update README.md
2014-12-29 11:52:18 -08:00
Roman Ivanov
7605dc5f1c
Update README.md
2014-12-29 11:51:05 -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
Roman Ivanov
6d9daa2cdc
make javadoc generated files to be ignored by coverage report
2014-12-28 16:26:38 -08:00
ychulovskyy
09a7ca6041
Issue #537 refactoring: remove copy-paste of messages from UTests
2014-12-28 15:14:03 -08:00
Roman Ivanov
df5e519a3d
[maven-release-plugin] prepare for next development iteration
2014-12-28 07:54:50 -08:00
Roman Ivanov
bae60db8f6
[maven-release-plugin] prepare release checkstyle-6.2
2014-12-28 07:54:48 -08:00
Roman Ivanov
410b7fca40
linkcheck: fixes for dead links
2014-12-27 14:25:30 -08:00
Roman Ivanov
61153c15d7
fixes for links from linkcheck
2014-12-27 10:17:31 -08:00
Roman Ivanov
30632b7dd7
release notes for 6.2
2014-12-26 21:26:05 -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
Roman Ivanov
859ab6ba4b
minor extending of description for configs
2014-12-25 21:14:34 -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
b6daa88c28
Fix typos in documentation
2014-12-20 10:14:24 -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
maxvetrenko
328e27a1c7
Added Ut to show that method call line wrapping now is works correct. #116
2014-12-20 01:29:49 +03:00
maxvetrenko
0b8af67b3a
Added UT to show that case indent works correct. #79
2014-12-19 14:16:36 -08:00
maxvetrenko
abc1ad977a
Created test to show supporting double line wrap indent. #59
2014-12-19 14:13:47 -08: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
maxvetrenko
1cb8152b35
fix travis build
2014-12-18 14:36:28 -08: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
Roman Ivanov
95fd156d31
google-style-config-test was referenced
2014-12-16 22:15:16 -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
maxvetrenko
afb775876c
google_style wiki was updated.
2014-12-16 01:14:37 +03:00
Michal Kordas
94c3d64a6e
Fix for typos in documentation
2014-12-15 18:40:05 +01:00
Michal Kordas
8eae8c6b13
Partial fix for #47 - Reformat of pom.xml to delete tab characters and correct indentation
2014-12-14 22:34:37 -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