Commit Graph

4531 Commits

Author SHA1 Message Date
Roman Ivanov b85f6f19ff minor: extending documentation of how to clone for Windows users 2016-09-29 11:49:27 -07:00
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
rnveach 6d45d88b84 doc: added missing slash to backport documentation url (#3457) 2016-09-20 18:48:28 -07:00
rnveach 570d83672c doc: added links to cs backport jre6 (#3447) 2016-09-18 18:55:50 -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
Roman Ivanov 4c5092ce82 minor: resolve checkstyle violation - final variable 2016-09-17 07:54:19 -07:00
Roman Ivanov 1a2c56ea10 minor: resolve Idea's violation - Variable instance initializer null is redundant 2016-09-17 07:19:36 -07:00
Roman Ivanov 3f580644b1 minor: refactor to rethrow exception from test to top to make stacktrace visiable 2016-09-16 20:43:26 -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
Andrei Selkin e650684840 Issue #977: Extend xdocs for SuppressCommentFilter and SuppressWithNearbyCommentFilter (#3400) 2016-09-08 06:30:39 -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
Roman Ivanov 7fd31ceb93 minor: release notes for 7.1.1 2016-09-05 05:46:22 -07:00
Andrei Selkin b4e884c2ff Issue #2541: Activate forbidden-apis on test input files (#3402) 2016-08-12 06:24:53 +03:00
Claas Augner 165fb0b313 Issue #3403: Improve German translation (#3404) 2016-08-08 07:20:15 +03:00
Vladislav Lisetskii 2a0d283e39 minor: add placeholder for a new section in releasenotes.xml (#3399) 2016-08-05 22:24:23 +03:00
rnveach 459f912d7a Issue #3308: EqualsHashCode violation for hashCode without equals (#3387) 2016-08-05 10:47:58 +03:00
Andrei Selkin 44c0feb02a minor: fix hardcoded messages in UTs (#3385) 2016-08-04 15:51:20 +03:00
rnveach b1eced12b2 Issue #3322: added RedundantModifiers for final in abstract methods 2016-08-04 15:49:46 +03:00
Roman Ivanov 60fffc3306 minor: remove PMD from type-aware analysis tools 2016-08-04 15:19:29 +03:00
Ben Lambeth ffceb9d8e3 Issue #3378: Fixed TransaltionCheckTest to not depend on a specific ordering of non-deterministic APIs 2016-08-04 09:59:10 +03:00
Ben Lambeth bcbcf28fff Issue #3378: Fixed TreeWalkerTest to not depend on a specific ordering of non-deterministic APIs (#3389) 2016-08-03 15:09:31 +03:00
Glenn Hollingsworth 77081171f2 minor: fix for comment 2016-08-02 17:23:15 +03:00
rnveach 87707bb5c2 minor: eclipse violations - exceptions are not thrown 2016-07-31 10:57:32 -04:00
rnveach 7790f3104d minor: eclipse violations - methods can be static 2016-07-31 10:57:29 -04:00
Roman Ivanov 5c4783253e doc: release notes 7.1 2016-07-31 06:01:39 +03:00
Kevin Conaway 26c21a2833 Issue #3208: Add better support for chained methods (#3339) 2016-07-29 17:59:25 +03:00
Ben Lambeth 77e8747487 Issue #3369: Fixed XDocsPagesTest to not make assumptions about order of HashMap (#3375) 2016-07-29 17:25:49 +03:00
rnveach 28be7d2839 Issue #3323: fixed redundant modifier violations on try-with-resources 2016-07-27 06:19:05 +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
Ben Lambeth 33e32db4d4 Issue #3369: Changed 2 tests to not make assumptions about the order of HashMap (#3370) 2016-07-26 07:18:40 +03:00
Andrei Selkin 4ecd2193dd Issue #3317: Fix build failure on German machine (#3368) 2016-07-26 07:07:33 +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 5da6474587 minor: fix for intelijidea violation of tab usage 2016-07-18 21:20:26 -07:00
Roman Ivanov a38bace947 Issue #410: introduction of SpecialToken/GeneralToken, some polishing 2016-07-17 14:57:23 -07: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 137c0b2d4a minor: fix linkcheck-maven-plugi violations 2016-07-15 09:09:34 -07:00
Baratali Izmailov c60da5494a Issue #410: Various amendments in wiki-page (#3347) 2016-07-12 06:53:49 -07:00