Commit Graph

3133 Commits

Author SHA1 Message Date
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
Michal Kordas 2524ddb367 Update JUnit from 4.11 to 4.12 2014-12-14 15:13:49 +01: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
renzo c081f459f4 Update google_checks.xml
minor typo
2014-12-12 21:27:15 +01: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
Ilja Dubinin 1186dc6336 New profile for quick build without any report and checks has been created 2014-12-10 15:10:26 -08:00
alexkravin f6e97ced6f Pom and classpath including test-resources 2014-12-12 00:43:21 +04: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
Peter Palaga 35006bcd79 Build and install the tests jar artifact 2014-12-09 11:21:07 +01: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