Vladislav Lisetskii
|
cd88872f9d
|
Issue #3729: Reevaluate tokens in IllegalTokenText
|
2017-02-18 17:16:51 -05:00 |
rnveach
|
e60bf1807a
|
Issue #3748: updated reason for google's EmptyBlockCheck config
|
2017-02-17 16:34:14 -08:00 |
rnveach
|
6e8d1e0672
|
Issue #3721: enforced no abbreviations in checkstyle
|
2017-02-17 14:04:38 -08:00 |
rnveach
|
a103ccf92b
|
Issue #3721: expanded message and documentation AbbreviationAsWordInName
|
2017-02-17 14:04:38 -08:00 |
Roman Ivanov
|
1aa8bcf788
|
minor: NPATH: clarification for Statement and blocks, empty block is also should be counted as 1
|
2017-02-16 16:11:54 -08:00 |
Roman Ivanov
|
7f33056426
|
minor: update for NPathComplexity xdoc to qualify function term with method
|
2017-02-16 15:59:00 -08:00 |
rnveach
|
48d48fd097
|
Pull #3835: added missing leave token to AbstractTypeAwareCheck
|
2017-02-16 08:47:57 -08:00 |
rnveach
|
67bd379bd8
|
Issue #3701: changed google's message for IllegalTokenText
|
2017-02-16 06:18:56 -08:00 |
rnveach
|
fe882ab223
|
Issue #3701: removed backspace from google's IllegalTokenText
|
2017-02-16 06:18:56 -08:00 |
rnveach
|
34ef127bdc
|
Issue #3735: added lambdas to NeedBraces for checkstyle config
|
2017-02-15 20:38:34 -08:00 |
rnveach
|
dcd5615e9e
|
Issue #3803: added new case for if and or operator for IndentationCheck
|
2017-02-15 20:10:20 -08:00 |
rnveach
|
2e29226c84
|
Issue #3749: updated reason for google's OperatorWrapCheck config
|
2017-02-15 20:06:59 -08:00 |
shawn.kovalchick
|
4bc519ac05
|
Issue #3733: Modify indent check to handle multiple, stacked annotations
|
2017-02-15 08:02:49 -05:00 |
SATO Yusuke
|
8b367e9d35
|
Issue #3831: fixed funny messages in messages_ja.properties
|
2017-02-14 22:24:46 -08:00 |
Roman Ivanov
|
dd0208b1ba
|
minor: links to w3schools were updated to use https as linkcheck plugin detected redirect
|
2017-02-14 17:50:03 -08:00 |
Roman Ivanov
|
0f7c70e68f
|
minor: change eclipse links to https to avoid linkcheck plugin violations 'SocketException : Connection reset'
|
2017-02-14 17:34:25 -08:00 |
Jochen Van de Velde
|
f798045b3c
|
doc: Add notes on import control config for inner classes
|
2017-02-11 10:41:31 -08:00 |
Vladislav Lisetskii
|
d3993feee8
|
Pull #3820: Rename method in CheckUtil
|
2017-02-11 07:34:12 -08:00 |
Robert Painsi
|
c9fc6ba17d
|
Issue #3718: Add varargs support for NoWhitespaceBefore
|
2017-02-10 21:48:30 -05:00 |
Andrei Selkin
|
3e541237a1
|
Issue #3702: Allow single character names in local variables, method and catch-blocks parameters names in accordance with Google Style Guide
|
2017-02-09 17:03:19 -05:00 |
kazachka
|
614b7647d8
|
Issue #3797: fix default and acceptable tokens for NPathComplexityCheck
|
2017-02-09 12:57:03 -08:00 |
Roman Ivanov
|
fef078d8cd
|
Issue #3800: Typo in website documentation for JavadocMethod
|
2017-02-09 12:44:26 -08:00 |
Roman Ivanov
|
837ae3bbb0
|
doc: Known API issues was added to reference #3810
|
2017-02-09 06:51:36 -08:00 |
rnveach
|
8c0e0d0035
|
Issue #3803: fixed catch indentation wrapping
|
2017-02-08 14:37:50 -08:00 |
Roman Ivanov
|
112e5bc663
|
doc: release notes 7.5.1
|
2017-02-04 06:55:47 -08:00 |
rnveach
|
fcfacfc6ec
|
Issue #3778: show exception when failed to instantiate class
|
2017-02-01 13:18:16 -08:00 |
rnveach
|
11e1eb3ddd
|
Issue #3776: fixed try-resource in RightCurlyCheck
|
2017-02-01 13:16:53 -08:00 |
Roman Ivanov
|
6cf06edddc
|
doc: release notes for 7.5
|
2017-01-28 15:43:22 -08:00 |
rnveach
|
785ed054a6
|
Issue #3530: allowed ant to override and swap checker
|
2017-01-28 14:54:14 -08:00 |
Roman Ivanov
|
2551676ccf
|
Revert "Issue #3546: add lambda in a rightcurlycheck"
This reverts commit b0d5b01b3c.
|
2017-01-28 14:14:59 -08:00 |
MaksimP
|
b0d5b01b3c
|
Issue #3546: add lambda in a rightcurlycheck
|
2017-01-28 14:14:34 -08:00 |
rnveach
|
4cff2eb714
|
Issue #3771: fixed in NPE in cache for HeaderCheck
|
2017-01-28 11:59:25 -08:00 |
Vladislav Lisetskii
|
b280c4c5c2
|
minor: rename contributor in releasenotes
|
2017-01-28 05:11:41 -08:00 |
Vladislav Lisetskiy
|
619e3b3dce
|
Issue #3041: RequireThisCheck doesn't see outer classes for anonymous classes
|
2017-01-28 05:02:27 -08:00 |
rnveach
|
4aacddab59
|
Issue #3753: updated reason for no NeedBracesCheck on lambda
|
2017-01-27 19:33:48 -08:00 |
rnveach
|
4cda256567
|
Issue #3764: removed garbage placed in RightCurlyCheck's rcurly
|
2017-01-27 12:11:37 -08:00 |
Roman Ivanov
|
b4a337a599
|
minor: bump year in header of all java files
|
2017-01-27 06:31:54 -08:00 |
Markus Rathgeb
|
8e52504297
|
Issue #3732: fix NPE for Java 8's 'receiver parameter'
|
2017-01-27 06:05:56 -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 |
Roman Ivanov
|
8df31cac3b
|
minor: change for google cache date
|
2017-01-24 15:26:23 -08:00 |
rnveach
|
4b52e5dcf9
|
Issue #3740: verify all tokens are used in google config
|
2017-01-24 08:15:01 -08:00 |
Andrei Selkin
|
e3686ca404
|
Issue #3741: Fix false negative when import is from java.lang package
|
2017-01-22 18:23:20 -05:00 |
Jochen Van de Velde
|
b57e4d3df6
|
Issue #3462: Implement 'path' property for ImportControlCheck
|
2017-01-22 05:01:13 -08:00 |
kazachka
|
0cee0939c9
|
Issue #3507: xdocs fix
|
2017-01-20 07:01:31 -08:00 |
rnveach
|
258c440a01
|
Issue #3720: added missing tokens to checkstyle config
|
2017-01-18 10:27:09 -08:00 |
rnveach
|
a73d0eb6f4
|
Issue #3720: verify all tokens are used in checkstyle config
|
2017-01-18 10:27:09 -08:00 |
kazachka
|
2852e45bf6
|
Issue #3507: column number in first javadoc line fixed
|
2017-01-17 11:24:57 -05:00 |
Jochen Van de Velde
|
4583fcbe0e
|
doc: Fix typo in config_imports.xml
|
2017-01-11 12:33:42 -08:00 |
Michael Diamond
|
e40971942a
|
doc: fix the escaping of AvoidEscapedUnicodeCharactersCheck's javadocs
|
2017-01-08 15:24:45 -08:00 |
rnveach
|
32285aadd7
|
Issue #3509: fixed try with resource on FallThroughCheck
|
2017-01-05 15:32:14 -08:00 |