alberto.cuda
|
4691d52517
|
Issue #3471: Fix order of "default" method modifier
|
2016-09-29 11:45:40 -07:00 |
rnveach
|
dd4999dc38
|
Issue #3308: fixed EqualsHashCode equals method parameter test (#3407)
|
2016-09-29 04:10:45 -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 |
José Castro
|
5d1d938a05
|
doc: fixed the wording in javadoc for TrailingCommentCheck
|
2016-09-27 05:42:43 -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 |
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 |
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
|
963f94927d
|
Issue #2874: Use CyclomaticComplexity.switchBlockAsSingleDecisionPoint in checkstyle_checks.xml (#3401)
|
2016-09-08 13:07:19 -07:00 |
Mariia Mykhailova
|
de022d2434
|
Issue #3233: Resolve IntelijIdea inspection violations for java8 migration (#3434)
|
2016-09-08 05:30:40 -07:00 |
Andrei Selkin
|
9eafaedfc0
|
Pull #3406: Replace Guava's Joiner with Java 8 native approach
|
2016-09-06 17:14:17 -07:00 |
Claas Augner
|
165fb0b313
|
Issue #3403: Improve German translation (#3404)
|
2016-08-08 07:20:15 +03:00 |
rnveach
|
459f912d7a
|
Issue #3308: EqualsHashCode violation for hashCode without equals (#3387)
|
2016-08-05 10:47:58 +03:00 |
rnveach
|
b1eced12b2
|
Issue #3322: added RedundantModifiers for final in abstract methods
|
2016-08-04 15:49:46 +03:00 |
Glenn Hollingsworth
|
77081171f2
|
minor: fix for comment
|
2016-08-02 17:23:15 +03:00 |
rnveach
|
7790f3104d
|
minor: eclipse violations - methods can be static
|
2016-07-31 10:57:29 -04:00 |
Kevin Conaway
|
26c21a2833
|
Issue #3208: Add better support for chained methods (#3339)
|
2016-07-29 17:59:25 +03:00 |
rnveach
|
b415ce007b
|
Issue #3323: added try-with-resources to RedundantModifierCheck
|
2016-07-27 06:19:05 +03:00 |
rnveach
|
6ee753af51
|
Issue #3287: added exclude directory option (#3288)
|
2016-07-27 05:55:24 +03:00 |
rnveach
|
81c030e322
|
Issue #3335: prevented static variables being checked for RequireThis (#3355)
|
2016-07-26 07:51:48 +03:00 |
Andrei Selkin
|
ed76401d3b
|
Issue #3074: Fix FinalLocalVariable false positive when variable is assigned inside and outside switch-block (#3366)
|
2016-07-23 08:09:29 +03:00 |
Andrei Selkin
|
2bf2138d04
|
minor: fix hardcoded messages in UTs and spelling mistakes in FinalLocalVariable (#3361)
|
2016-07-23 07:49:20 +03:00 |
Roman Ivanov
|
cb78d95c3d
|
minor: suppress for indelij idea 2016.2 violation , disabled till https://youtrack.jetbrains.com/issue/IDEA-158662 (#3353)
|
2016-07-16 22:34:56 -07:00 |
Roman Ivanov
|
4674e599d9
|
minor: fix for indelij idea 2016.2 violations and redundant suppression (#3352)
|
2016-07-16 22:34:40 -07:00 |
Roman Ivanov
|
44119413b6
|
minor: fix IntelijIdea violations of 'Scope of variable lnr is too broad'
|
2016-07-11 21:47:13 -07:00 |
Andrei Selkin
|
d8c2a7263a
|
Issue #3101: Add new 'useContainerOrderingForStatic' option for ImportOrderCheck (#3337)
|
2016-07-06 10:16:54 -07:00 |
rnveach
|
0a85131b14
|
Issue #3334: fixed RequireThis when can't find end block token (#3336)
|
2016-07-05 09:56:02 -07:00 |
Michael Simons
|
a2117301de
|
doc: Fix JavaDoc comments (#3338)
|
2016-07-04 11:09:52 -07:00 |
Roman Ivanov
|
fa2e093d52
|
Issue #3209: add example to TokenTypes for FOR_EACH_CLAUSE
|
2016-06-27 21:19:09 -07:00 |
Roman Ivanov
|
fb7d26ef01
|
Issue #3209: fixes missed Token in javadoc example of LITERAL_DO
|
2016-06-27 20:57:19 -07:00 |
Baratali Izmailov
|
f7d9c84503
|
minor: formatting in antlr4 grammar (#3310)
|
2016-06-25 06:04:23 -07:00 |
Andrei Selkin
|
eb5b977a47
|
Pull #3293: Replace Guava's Optional with Java's native (#3293)
|
2016-06-23 05:38:02 -07:00 |
Roman Ivanov
|
1395a92adb
|
minor: fixing intelijidea violations
|
2016-06-23 05:32:56 -07:00 |
Andrei Selkin
|
21cad8b0c3
|
Issue #3117: Add ability to differentiate annotation placement in foreach, for loops, parameter definition (#3269)
|
2016-06-19 06:12:51 -07:00 |
Andrei Selkin
|
980e53562a
|
Issue #3177: Remove validation of rw access for output file in Main#validateCli (#3284)
|
2016-06-17 10:48:14 -07:00 |
Andrei Selkin
|
d8e7cbd12f
|
Pull #3259: Avoid catching of InvalidPathException and AccessDeniedException in PropertyCacheFile#persist (#3259)
|
2016-06-17 10:46:52 -07:00 |
rnveach
|
40a0b5dcf7
|
Issue #3239: fixed checks that fail on new receiver parameter (#3272)
|
2016-06-16 14:33:39 -07:00 |
Vincent Privat
|
325e57feb8
|
Pull #3282: Review all French translations (#3282)
|
2016-06-16 11:53:41 -07:00 |
Vincent Privat
|
6661579383
|
Pull #3278: improve French translation for annotations warnings (#3278)
|
2016-06-16 06:55:10 -07:00 |
Vladislav Lisetskii
|
618e6934e2
|
Issue #3166: fix CommentsIndentation Check incorrect work with subsequent comments (#3275)
|
2016-06-16 06:32:28 -07:00 |
Vladislav Lisetskiy
|
43839b3d71
|
Issue #3220: CommentsIndentation: allow upper comments for following block at multi-block structures (#3270)
|
2016-06-12 06:50:31 -07:00 |
Andrei Selkin
|
4901283022
|
Issue #3090: Fix wrong enforcement of same brace policy for LITERAL_DO in RightCurlyCheck (#3267)
|
2016-06-12 06:27:46 -07:00 |
rnveach
|
c7834c28ce
|
Issue #3239: added receiver parameter to java grammar (#3260)
|
2016-06-12 06:21:29 -07:00 |
Andrei Selkin
|
36a0df872e
|
Issue #3142: Add proper support for generics in VisibilityModifierCheck (#3247)
|
2016-06-10 10:35:40 -07:00 |
Vladislav Lisetskiy
|
e2e8e622a5
|
Issue #3127: fix CommentsIndentation false-positive in empty array declarations (#3256)
|
2016-06-08 19:38:43 -07:00 |
rnveach
|
a71ce4c0e4
|
Issue #3212: aligned string array setters for properties
|
2016-06-06 18:09:21 -04:00 |
rnveach
|
6155da61d3
|
Issue #2618: refactored indentation import and package logic (#3223)
|
2016-06-03 06:11:09 -07:00 |
rnveach
|
5d1b87c2a2
|
Issue #3237: added secondary throws annotation to java grammar (#3244)
|
2016-06-03 06:04:14 -07:00 |