Commit Graph

3799 Commits

Author SHA1 Message Date
Michal Kordas d282053d9c Issue #2080: Fix typos in code 2015-09-25 00:10:27 +02:00
Ruslan Diachenko 2cf54ade21 Issue #2191: SuppressionsLoaderTest UT was stabilized 2015-09-24 06:20:15 +01:00
Andrei Selkin 78cec4f822 minor: Exclude OBJBLOCK from acceptable tokens of VisibilityModifier 2015-09-23 12:35:24 -07:00
Michal Kordas 0c2a64d9f0 Issue #2080: Fix typos in code 2015-09-22 00:02:53 +02:00
Roman Ivanov 03f2be49f7 Issue #2219: NoWhitespaceAfter, NoWhitespaceBefore and WhitespaceAround don't support GENERIC_START nor GENERIC_END tokens 2015-09-21 07:05:25 -07:00
Andrei Selkin a82ecf6b46 Issue #2175: Add support of lambdas which parameter types are omitted for HiddenFieldCheck 2015-09-20 06:58:40 -07:00
Michal Kordas 3edd1b53a5 Issue #2080: Fix typos in code 2015-09-20 06:02:39 -07:00
Ruslan Diachenko d814d1352b Issue #2193: ROOT locale added in checker creation for UT; travis updated with a new check 2015-09-20 05:53:40 -07:00
Michal Kordas dbcca4f428 Issue #2203: Fix RedundantModifier check at final classes in interfaces 2015-09-20 05:50:15 -07:00
Michal Kordas 5391df4363 Issue #2213: Print missing cause of exception to console on error 2015-09-20 05:48:39 -07:00
Michal Kordas 3baf36b6fe Issue #2161: Add "Input" prefix to test input files 2015-09-20 01:16:01 +02:00
Michal Kordas 483132aca9 Issue #2205: Fix not working excludeScope in JavadocMethod check 2015-09-18 16:21:19 -07:00
Michal Kordas 9fcb40a184 Issue #2080: Fix AbstractClassWithoutAbstractMethods rule violations 2015-09-18 22:28:18 +02:00
liscju bad81c81c2 Issue #1537: Fix RedundantModifier check to recognise inner classes accessible from global scope 2015-09-18 06:20:59 -07:00
Aleksandr Ivanov e15f70ac5b Issue #1273: CustomImportOrderCheck rule priorities 2015-09-18 05:49:38 -07:00
Vladislav Lisetskiy 0406304865 Issue #2126: Make coverage 100% for TokenTypesDoclet 2015-09-18 03:06:12 +03:00
Ilja Dubinin 72faf5617a Issue #1290: ClassResolver coverage has been increased to 100%. 2015-09-17 15:33:00 -07:00
Michael Osipov b6d9344d1c Pull #2034: Use StandardCharsets and get rid of UnsupportedEncodingException 2015-09-17 15:01:39 -07:00
Vladislav Lisetskiy 3fe3fc67cb Issue #2095: Fix false negative in AtclauseOrder check 2015-09-17 13:04:24 -07:00
Vladislav Lisetskiy dc3ac39a9a Issue #2195: Remove errors from Maven output in TokenTypesDocletTest 2015-09-17 19:03:43 +03:00
Vladislav Lisetskiy 9fe8577108 Issue #2126: Improve code coverage for TokenTypesDoclet 2015-09-15 20:59:04 -07:00
Vladislav Lisetskiy 0e7ff063f8 Issue #2108: Anchor naming checks in google_style.xml 2015-09-16 05:32:25 +03:00
Ilja Dubinin 0c581e0c23 Issue #1292: AbstractHeaderCheck coverage has been increased to 100% 2015-09-15 17:26:49 -07:00
Ilja Dubinin e29dc4d398 Issue #46: public empty array has been moved to another class and become private 2015-09-15 17:24:17 -07:00
Vladislav Lisetskiy ca15d3d758 Issue #2074: Correct NonEmptyAtclauseDescription IT 2015-09-15 17:11:43 -07:00
Vladislav Lisetskiy 2aeea04137 Issue #2074: Correct JavadocTagContinuationIndentation IT 2015-09-15 17:11:43 -07:00
Vladislav Lisetskiy f344001be1 Issue #2074: Correct AtclauseOrder IT 2015-09-15 16:47:09 -07:00
Vladislav Lisetskiy 319b04ff74 Issue #2112: Fix IllegalStateException in JavadocTypeCheck 2015-09-15 09:14:47 -07:00
Vladislav Lisetskiy 38bba612c0 Issue #2108: Split all modules to be separate at config_naming.html 2015-09-15 07:06:14 -07:00
rnveach 59483db973 Issue #157: fix java grammar for unicode escape 2015-09-14 12:58:18 -04:00
Roman Ivanov e5dd96d8dc Issue #2089: fix for checkstyle violations 2015-09-14 06:40:08 -07:00
Roman Ivanov a42475db9e Issue #2089: Allow COMMA again in NoWhiteSpaceBefore 2015-09-14 06:39:08 -07:00
Roman Ivanov 0bff657f61 Issue #2129: logging as WARN for misconfigurated Check is changed to Exception, we should fail fast. 2015-09-13 18:19:24 -07:00
Michal Kordas 0fc8b62a35 Issue #2080: Fix typos in code 2015-09-11 16:32:42 -07:00
Michal Kordas daae0431d1 Issue #2161: Unify naming files with test inputs 2015-09-11 22:48:59 +02:00
Andrei Selkin dba6c944cd Issue #382: Fix HiddenField false positive violations for anonymous classes 2015-09-11 13:14:33 -04:00
Andrei Selkin bd9efb5e66 Issue #759: Create wide message for CheckstyleException in PackageObjectFactory 2015-09-11 18:04:45 +03:00
Roman Ivanov d58e2892c3 doc: improvement of formatting 2015-09-11 07:17:26 -07:00
Ilja Dubinin 526c9d0cba Issue #46: blocks of code should not be duplicated 2015-09-10 17:25:58 -07:00
Michal Kordas c1ce291701 Issue #2130: Fix "deprecation" compiler warnings in input files 2015-09-10 17:12:35 -07:00
Michal Kordas 9e5803a8ec Issue #2130: Fix "rawtypes" compiler warnings in input files 2015-09-10 21:11:44 +02:00
Andrei Selkin a29f01a95b Issue #67: Added support of logging severity for all audit events 2015-09-10 12:57:54 +03:00
Michal Kordas 4687b0b801 Issue #2130: Fix unchecked compiler warnings in input files 2015-09-09 15:58:56 -07:00
Andrei Selkin af9ed7386d Issue #606: Reorganized sections in eclipse.xml 2015-09-09 11:29:20 -07:00
Andrei Selkin e52892ba62 Issue #606: Extended Eclipse user guide for newbies of Checkstyle 2015-09-09 11:29:20 -07:00
Ilja Dubinin b9cad4d385 doc: examles order for DescedantTokenCheck has been changed. 2015-09-09 01:56:54 +01:00
Michal Kordas c0d3652d1b Issue #2135: Fix exception at NeedBraces check in enhanced for loops 2015-09-08 22:23:23 +02:00
Phillip Webb f7698ed23b Issue #2141: Allow @return tags from annotation types 2015-09-07 22:37:23 -07:00
Roman Ivanov 66b07f10af Issue #46: suppression was added to false-positive that IntelijIdea found in previous commit 2015-09-07 18:35:06 -07:00
Ilja Dubinin 33ab409c4e Issue #46: loops should not have more then one break or continue statement 2015-09-08 01:02:50 +01:00