Commit Graph

5407 Commits

Author SHA1 Message Date
Andrei Selkin 1ef123bf60 Issue #2661: Enforce StaticMethodCandidateCheck of sevntu-checkstyle over Checkstyle source code 2015-12-14 17:17:13 -08:00
Andrei Selkin e54822d513 Issue #2661: Add sevntu-checkstyle maven plugin into pom.xml 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
Roman Ivanov 9443321a0f config: JSUnresolvedLibraryURL is disabled as it cause false-positives 'checks.xml:9: There is no locally stored library for the HTTP link.' at TC 2015-12-12 09:51:31 -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
Roman Ivanov db642355f8 infra: fix for releasenotes builder triggers 2015-12-10 10:59:20 -08:00
Roman Ivanov 00c9e7cd08 infra: releasenotes build
debug on Travis
2015-12-10 06:20:56 -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 25badc206f Issue #2604: Update regexp pattern for StaticVariableName 2015-12-06 16:02:51 -08:00
Andrei Selkin 7606e23a02 Issue #2604: Update regexp pattern for MemberName 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 7f93a77882 Issue #2647: Suppress UncommentedMain violations on CS 2015-12-06 06:04:47 -08:00
Vladislav Lisetskiy 1edc81225c Issue #2647: Add check for varargs in UncommentedMain 2015-12-06 06:04:47 -08:00
Roman Ivanov b51b23798d Issue #2659: looks like travis_wait does not work any more 2015-12-05 16:24:03 -08:00
Roman Ivanov 01eb2f8072 Issue #2665: problem with Travis build assembly & run '-all' jar 2015-12-05 15:39:00 -08:00
Roman Ivanov a37234433e Issue #2665: problem with Travis build assembly 2015-12-05 14:51:15 -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 a49a541337 [maven-release-plugin] prepare for next development iteration 2015-11-30 06:34:30 -08:00