Commit Graph

4168 Commits

Author SHA1 Message Date
Andrei Selkin 5fecdf11bc Issue #2661: Enforce WhitespaceBeforeArrayInitializer of sevntu-checkstyle over Checkstyle source code 2015-12-19 05:11:45 -08:00
Andrei Selkin b2df33a98a Issue #2661: Enforce AvoidNotShortCircuitOperatorsForBoolean of sevntu-checkstyle over Checkstyle source code 2015-12-18 05:42:13 -08:00
Andrei Selkin e1f20de247 Issue #2661: Enforce SingleSpaceSeparatorCheck of sevntu-checkstyle over Checkstyle source code 2015-12-18 05:38:37 -08:00
rnveach 8c89137218 minor: renaming indentation methods to more natural name 2015-12-16 11:16:00 -05:00
rnveach 4a6e1a3541 minor: renaming indentation methods to more natural name 2015-12-16 07:56:34 -08:00
Vladislav Lisetskiy c922d93b2f Issue #2609: Repair CodeSelector in GUI 2015-12-16 06:48:10 -08:00
Selkin Andrey b9df819960 Issue #2661: Enforce ForbidCCommentsInMethodsCheck of sevntu-checkstyle over Checkstyle source code 2015-12-16 06:22:34 -08:00
Andrei Selkin 3b15590148 minor: correct release 6.13 notes messages 2015-12-16 05:25:10 -08:00
Andrei Selkin f9ff86c701 Issue #2523: Make DetectorOptions as final and immutable 2015-12-15 06:46:06 -08:00
Andrei Selkin bc034f53c0 Issue #2575: Create directory structure needed to store cache file 2015-12-15 05:29:32 -08:00
Andrei Selkin 1ef123bf60 Issue #2661: Enforce StaticMethodCandidateCheck of sevntu-checkstyle over Checkstyle source code 2015-12-14 17:17:13 -08:00
Abram Thielke 9130eceb98 Issue #2694: Fixing AbbreviationAsWordInName incorrectly reports constants in annotations 2015-12-14 09:58:45 -05:00
Roman Ivanov 22779281e6 Issue #2080: resolving 'TestNG fail() without message ' TCBuild=436 2015-12-12 17:15:19 -08:00
Roman Ivanov 89cee41994 conf: update guava version to 19.0 2015-12-12 16:04:46 -08:00
Roman Ivanov f8e11359b8 Issue #2080: !(lastImportStatic ^ isStatic) can be simplified to 'lastImportStatic==isStatic' TCBuild=436 2015-12-12 16:03:40 -08:00
Roman Ivanov 129dd0e0bf Issue #2080: resolving 'return is unnecessary as the last statement in a 'void' method ' TCBuild=438 2015-12-12 11:15:09 -08:00
Roman Ivanov 28e6666a07 Issue #2080: resolving 'TestNG fail() without message ' TCBuild=436 2015-12-12 10:42:25 -08:00
liscju ee5d8ec036 Issue #2291: Fix not raising violation NeedBraces with ForEach loop with single stmt 2015-12-11 08:37:46 -08:00
Andrei Selkin 272740a132 doc: Correct regexp in configuration example for ParameterNameCheck 2015-12-09 23:00:01 +03:00
Andrei Selkin 75bbb44180 Issue #2678: Fix NPE in ParameterNameCheck 2015-12-09 22:59:54 +03:00
Andrei Selkin 5d7226fac5 doc: Add example for ParameterName into xdoc 2015-12-09 20:56:39 +03:00
Andrei Selkin d33b0901fb doc: Fix check name in CatchParameterName xdoc 2015-12-09 20:56:33 +03:00
liscju 02bc165a36 Issue #2603: add allowEmptyLambda parameter to WhitespaceAroundCheck 2015-12-09 05:40:14 -08:00
Michal Kordas 6127a44e20 doc: Update comment in google_checks.xml 2015-12-08 19:18:04 -08:00
Andrei Selkin cdfa561939 Issue #2505: Add ENUM_CONSTANT_DEF support to MethodParamPad 2015-12-08 23:26:17 +03:00
Andrei Selkin 648871b6c8 Issue #2646: Fix inability to suppress checkstyle violations with @SuppressWarnings annotation 2015-12-08 05:59:57 -08:00
Vladislav Lisetskiy af4ecbf9b5 Issue #2609: Drop abstract class and interface in gui package 2015-12-08 05:39:05 -08:00
rnveach 6ca2d5279e minor: renaming indentation methods to more natural name 2015-12-08 05:34:53 -08:00
rnveach 6eb080a3d2 config: removed 'check' from check name 2015-12-07 20:41:19 -05:00
rnveach 4cdfe5c510 minor: added verification of google/sun checks in config 2015-12-07 20:41:13 -05:00
Vladislav Lisetskiy 948e489ba6 Pull #2671: Reorganize token sets in UncommentedMain 2015-12-07 22:19:23 +03:00
rnveach e8475b4126 Issue #2625: reorganized internal tests 2015-12-07 05:36:03 -08:00
rnveach 0d843780fc Issue #2625: made PackageObjectFactory public 2015-12-07 05:35:16 -08:00
Andrei Selkin eae75a529f Issue #2604: Refactoring of SingleLineJavadoc to resolve LocalVariableName violation 2015-12-06 16:02:51 -08:00
Andrei Selkin aab0718232 Issue #2604: Update regexp pattern for LocalVariableName 2015-12-06 16:02:51 -08:00
Andrei Selkin 3813f1ccbf Issue #2604: Update regexp pattern for ParameterName 2015-12-06 16:02:51 -08:00
Vladislav Lisetskiy 5e0f360e7b Issue #2658: Repair verification of expected warnings in ITs 2015-12-07 01:14:29 +03:00
Vladislav Lisetskiy 1edc81225c Issue #2647: Add check for varargs in UncommentedMain 2015-12-06 06:04:47 -08:00
rnveach ab74399c2d minor: renaming indentation methods to more natural name 2015-12-04 13:53:09 -05:00
Andrei Selkin 137a6d4175 Issue #2549: Remove parameters validation from LocalVariableName 2015-12-03 17:19:15 -08:00
Michal Kordas f65b17cbc3 Issue #2616: Fix CatchParameterName check violations in Checkstyle code 2015-12-03 15:16:44 -08:00
Michal Kordas d67d10e9f2 Issue #2616: Add CatchParameterName check for catch blocks parameters 2015-12-03 15:16:44 -08:00
Thomas Jensen e9e8d2f0a7 Pull #2644: Fix 'tokens' property in JavadocStyle check 2015-12-03 21:41:01 +01:00
liscju c2d01289dd spelling: fix typo in word 'Existing' in google_style.xml 2015-12-03 11:55:55 -08:00
Roman Ivanov e91024884e doc: extending documentation on how to report issue 2015-12-03 06:19:40 -08:00
liscju e6d712e4f9 Issue #2633: Fix GenericWhitespace to not trigger error when it ends line 2015-12-03 05:34:51 -08:00
liscju 3989e7b803 minor: Extracts isCharacterValidAfterGenericEnd method in GenericWhitespaceCheck 2015-12-03 05:34:51 -08:00
Baratali Izmailov b4c351b03d Issue #2642: ParseTreeBuilder was re-generated to have readable variable names 2015-12-02 18:35:20 -08:00
liscju 65865d1adc Issue #2640: Change abbreviationAsWordInName error message to contains name that violates a format 2015-12-02 10:22:00 +01:00
Roman Ivanov c8d318b6aa doc: releasenotes 6.13, fix for checkstyle violations 2015-11-30 06:11:11 -08:00