rnveach
|
6e8d1e0672
|
Issue #3721: enforced no abbreviations in checkstyle
|
2017-02-17 14:04:38 -08:00 |
rnveach
|
34ef127bdc
|
Issue #3735: added lambdas to NeedBraces for checkstyle config
|
2017-02-15 20:38:34 -08:00 |
rnveach
|
2b645405ac
|
Issue #3751: added assert literal to checkstyle illegal token
|
2017-02-15 20:27:53 -08:00 |
Jochen Van de Velde
|
e307efd92b
|
Issue #3736: Clean up import control configuration
|
2017-02-12 22:37:49 -05:00 |
Roman Ivanov
|
90be9c61e1
|
config: restore default token LABELED_STAT in IllegalToken
|
2017-02-10 16:37:04 -08:00 |
Vladislav Lisetskiy
|
619e3b3dce
|
Issue #3041: RequireThisCheck doesn't see outer classes for anonymous classes
|
2017-01-28 05:02:27 -08:00 |
Roman Ivanov
|
b4a337a599
|
minor: bump year in header of all java files
|
2017-01-27 06:31:54 -08:00 |
Andrei Selkin
|
f91b1af3d7
|
Issue #3675: Replace Scope with AccessModifier in ParameterNameCheck to avoid wrong scopes comparison
|
2017-01-26 08:47:44 -08:00 |
Jochen Van de Velde
|
3065df7eee
|
config: Limit Guava import control to src/main
|
2017-01-22 05:01:13 -08:00 |
rnveach
|
258c440a01
|
Issue #3720: added missing tokens to checkstyle config
|
2017-01-18 10:27:09 -08:00 |
Jochen Van de Velde
|
31ba306454
|
config: Suppress MethodCount check in tests
|
2017-01-12 05:17:27 -08:00 |
rnveach
|
0cb01724ac
|
Issue #3064: removed waiting comment that was already implemented
|
2017-01-06 07:43:18 -08:00 |
Roman Ivanov
|
5f1e55bf1c
|
config: resolve pmd build warning about rule that is moved to another set
|
2016-12-29 17:08:17 -08:00 |
Vladislav Lisetskii
|
d24405c088
|
Issue #3184: Make hardcoded map with all module names that in checkstyle
|
2016-12-20 13:44:45 -08:00 |
Roman Ivanov
|
bbfe5a1b69
|
minor: update for reason in findbugs excludes
|
2016-12-17 18:19:37 -08:00 |
Roman Ivanov
|
90dc0666ba
|
Issue #3590: CustomImportControl bad document examples that could lead to false positive on 'special group'
|
2016-12-11 15:45:13 -08:00 |
Roman Ivanov
|
029ab124cf
|
Issue #3628: all Checks are activarted, Travis valiadtion is activated
|
2016-12-10 15:30:21 -08:00 |
Roman Ivanov
|
32a7a33360
|
Issue #3628: ReturnCountExtendedCheck from sevntu is enabled, all violations are resolved
|
2016-12-10 15:25:13 -08:00 |
Roman Ivanov
|
ace65c09fb
|
Issue #3628: ConstructorWithoutParamsCheck from sevntu is enabled
|
2016-12-10 14:39:30 -08:00 |
Roman Ivanov
|
4a540b4aec
|
Issue #3628: AvoidModifiersForTypesCheck is customized for accesible Logger detection
|
2016-12-10 06:42:04 -08:00 |
Roman Ivanov
|
82d58d5cff
|
Issue #3628: HideUtilityClassConstructorCheck, AvoidModifiersForTypesCheck are used, other are referenced only
|
2016-12-10 06:30:31 -08:00 |
Roman Ivanov
|
ec2834e43a
|
minor: fix for Intelij inspections (Prohibited exception 'Exception' thrown; Declaration has problems in Javadoc references ; 'assertEquals()' may be 'assertSame()' ;'assertEquals()' can be simplified to 'assertNull()')
|
2016-12-09 14:01:23 -08:00 |
rnveach
|
3ddf152905
|
Issue #3575: changed module setters for scope
|
2016-11-30 10:45:24 -08:00 |
Roman Ivanov
|
94a7d07b64
|
Issue #3594: resolve Unexpected loss of coverage for PropertyCacheFile
|
2016-11-28 21:20:20 -08:00 |
Vladislav Lisetskii
|
bfed57cdc8
|
Issue #2992: ThreadLocal usage in single-threaded checkstyle
|
2016-11-28 14:16:59 -08:00 |
linelect
|
d61783cb9c
|
Issue #3577: ImportOrder checkstyle_checks.xml does not have separate "java" group
|
2016-11-24 21:06:34 -08:00 |
rnveach
|
a8aece366e
|
Issue #3567: added ForbidAnnotationElementValueCheck
|
2016-11-21 20:59:39 -08:00 |
rnveach
|
a6e50f745e
|
config: added notice about hardcoded cache file
|
2016-11-20 19:38:24 -05:00 |
rnveach
|
6f82844f83
|
Issue #3487: turned on checkstyle cache for developers
|
2016-11-20 05:16:03 -08:00 |
rnveach
|
f6261dcaa3
|
minor: added vm files to be checked by checkstyle
|
2016-11-08 21:31:31 -08:00 |
rnveach
|
8c8fee7432
|
Issue #3515: allowed cli to override and swap checker
|
2016-11-08 21:30:14 -08:00 |
Jochen Van de Velde
|
5530d4c27d
|
Issue #3514: Rename PkgControl to ImportControl
|
2016-10-25 21:46:33 -07:00 |
Roman Ivanov
|
27b03291ce
|
Issue #3033: BeforeExecutionExclusionFileFilter filter java9 modules in our cofig
|
2016-10-23 10:48:32 -07:00 |
rnveach
|
fbaabe83cf
|
Issue #2866: added before execution and exclusion file filters
|
2016-10-22 15:53:10 -07:00 |
Andrei Selkin
|
e163d24909
|
Issue #3102: Fix DesignForExtension violations on Checkstyle's source code
|
2016-10-22 15:36:19 -07:00 |
Roman Ivanov
|
74cb1b506b
|
config: bump pmd-maven-plugin version to 3.7
|
2016-10-18 19:39:08 -07:00 |
Volker Boerchers
|
63e8c1dd4e
|
Issue #2999: allow regex in subpackage and importcontrol element
|
2016-10-18 15:40:21 -07:00 |
Andrei Selkin
|
7b5f86ad99
|
config: exclude JUnit4TestShouldUseTestAnnotation from pmd.xml
|
2016-10-06 06:01:36 -07:00 |
Andrei Selkin
|
7f8309ba36
|
Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 4, collections) (#3461)
|
2016-09-27 06:28:58 -07:00 |
Roman Ivanov
|
f2b6d6cef0
|
config: use of regexp in disallow element at import-control.xml
|
2016-09-23 05:36:42 -07:00 |
Andrei Selkin
|
ee66d82723
|
Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 3) (#3458)
|
2016-09-21 15:35:17 -07:00 |
Andrei Selkin
|
fbf3f95c22
|
Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 2) (#3454)
|
2016-09-20 19:52:06 -07:00 |
Roman Ivanov
|
7267514a08
|
config: extend import-control.xml to disallow usage of sibling packages
|
2016-09-18 15:28:24 -07:00 |
Andrei Selkin
|
5a4ebe6a7c
|
Issue #3433: Cut down on Checkstyle's dependencies on Guava (part 1) (#3446)
|
2016-09-18 14:43:10 -07:00 |
Andrei Selkin
|
25a37e5049
|
Issue #2226: Replace line-based suppressions with inline ones (#3443)
|
2016-09-14 13:58:34 -07:00 |
Baratali Izmailov
|
d3a8716245
|
Issue #408: Update Checkstyle GUI in order to display Javadoc tokens (#3430)
|
2016-09-11 15:13:17 -07:00 |
Roman Ivanov
|
bcc95b0368
|
config: fix WARNING during PMD execution due to wrong xml structure
|
2016-09-11 14:21:25 -07:00 |
Andrei Selkin
|
d563f0060c
|
Pull #3412: Disallow usage of java.util.Stack, java.util.Vector in code, 'checks' package in 'api' and 'utils' packages (#3412)
|
2016-09-08 14:50:23 -07:00 |
Andrei Selkin
|
230919ee09
|
Issue #2874: Fix suppression line for CyclomaticComplexityCheck (#3436)
|
2016-09-08 14:49:15 -07:00 |
Andrei Selkin
|
963f94927d
|
Issue #2874: Use CyclomaticComplexity.switchBlockAsSingleDecisionPoint in checkstyle_checks.xml (#3401)
|
2016-09-08 13:07:19 -07:00 |