Commit Graph

2371 Commits

Author SHA1 Message Date
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 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
alexkravin fc98c39dcb SuppressionsLoaderTest.testLoadFromUrl - fixed fail if internet in unreachable, now it is skipped in this case issue#94 2014-12-12 15:20:58 -08:00
alexkravin 078372edca Added UT for lambda expressions for InnerAssignmentCheck issue#377 2014-12-11 12:55:07 -08: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
Roman Ivanov 16d424cdd2 fix for build error 2014-12-10 21:40:22 -08:00
alexkravin bfdf099a6f Last fixed due to maven-compiler-plugin 2014-12-12 00:41:32 +04:00
alexkravin 9414fce5b6 InputGrammar moved to resources-noncompilable 2014-12-12 00:22:24 +04:00
alexkravin a2f1f3ecb3 Put comments on each input in resources-noncompilable folder 2014-12-10 07:45:06 -08:00
alexkravin f0bb06fddd Removed InputImport as separate input for each UT was created #388 2014-12-09 14:57:00 -08:00
alexkravin b1d4299b1d Avoid Star Import Check created separate compilable UT input based on InputImport #388 2014-12-09 14:13:51 -08:00
alexkravin 9c944ecd22 Illegal Import Check created separate compilable UT input based on InputImport #388 2014-12-09 14:08:48 -08:00
alexkravin f5a30b80e7 Redundant Import Check created separate compilable UT input based on InputImport #388 2014-12-09 14:02:35 -08:00
alexkravin e61c562c83 Unused Imports Check created separate compilable UT based on InputImport #388 2014-12-09 14:01:29 -08:00
alexkravin c998dc8d90 Avoid Static Import Check created separate UT input based on InputImport #388 2014-12-09 13:58:45 -08:00
alexkravin 0b0a68f961 Renamed deprecated class as there's one with same name in other input and this cause error in eclipse #388 2014-12-08 21:50:45 -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
alexkravin 53ccf7dad0 Minor fixes for rest compile and UT errors in test/resources/../javadoc folder #388 2014-12-08 13:47:08 -08:00
alexkravin 8d43331932 Semicolon Between Imports input moved to resources-noncompilable, created UT for this case as there wasn't one #388 2014-12-08 12:44:53 -08:00
Roman Ivanov 608e5838ea additional limitation was added 2014-12-07 21:56:13 -08:00
alexkravin 3520a35d46 Abstract Javadoc Check compilable UT input #388 2014-12-07 21:34:15 -08:00
alexkravin 90a2d8e96a Summary Javadoc Check compilable UT input #388 2014-12-07 21:28:56 -08:00
alexkravin 316cec8cf5 Javadoc Tag Continuation Indentation Check compilable UT inputs #388 2014-12-07 21:25:02 -08:00
alexkravin 8949078149 Javadoc Method Check compilable UT inputs #388 2014-12-08 23:35:20 +04:00
ychulovskyy 9b45e78bb5 Issue #457 remove JUnitTestCase from Checkstyle 2014-12-07 09:44:18 -08:00
alexkravin 43ce87dbf6 package-info input, now compilable #388 2014-12-07 08:58:05 -08:00
alexkravin a89c41adef Empty Line Separator Check compilable UT inputs 2014-12-07 08:33:10 -08:00
alexkravin 15b81770b8 Input Default moved resources-noncompilable #388 2014-12-07 08:30:36 -08:00
alexkravin 9827f4536a InputSemantic used in several UTs now compilable #388 2014-12-08 17:15:57 +04:00
ychulovskyy aa829d408f Issue #353 NullPointerException with SuppressWarningsHolder and enum fields 2014-12-06 21:41:42 +01:00
alexkravin 91e10c298d JUnit Test Case Check compilable UT input and removed odd expected-line from UT 2014-12-05 23:10:35 -08:00
alexkravin 448a62c9a6 Illegal Catch Check compilable UT inputs 2014-12-05 22:58:20 -08:00
alexkravin ab50d42d93 White Space Around Check compilable UT input 2014-12-05 22:54:49 -08:00