Commit Graph

4326 Commits

Author SHA1 Message Date
Roman Ivanov f2b441e381 minor: fix for linkcheck plugin violation 2016-03-18 09:25:09 -07:00
Vladislav Lisetskiy 8f7dbd450a Pull #3042: reenable two sevntu checks 2016-03-18 10:26:56 +03:00
Rasmus Kaj 167dd96d8c Issue #2428: remove dependency to commons-lang3 library 2016-03-17 06:39:55 -07:00
Baratali Izmailov 4ca654c7cb Issue #625: Suppression 2016-03-17 06:19:49 -07:00
Baratali Izmailov 68b49fd284 Issue #652: New CLI option to print Javadoc comment parse tree 2016-03-17 06:19:49 -07:00
Vladislav Lisetskiy 888594049a Issue #2218: Move initialization of suppressions list in SuppressWarningsHolder 2016-03-16 11:32:17 -07:00
Andrei Selkin 8e50f26cf0 minor: Refactoring of TranslationCheck 2016-03-16 11:30:53 -07:00
Zuy Alexey 4a2ebb9cb9 minor: Reorganized AnnotationLocationCheck methods 2016-03-16 11:29:23 -07:00
Roman Ivanov c1a1be4535 Issue #3025: try structure is not parsable when only name is used 2016-03-12 11:48:59 -08:00
Andrei Selkin d843dd8439 Issue #2204: Add 'baseName' option for TranslationCheck 2016-03-12 09:31:46 -08:00
Roman Ivanov 268665e694 Issue #1487: workaround for cobertura at CheckstyleAntTask.java to get 100% coverage 2016-03-12 06:43:44 -08:00
Roman Ivanov 3fd40f1c9d Issue #3023: fix for build problem in localed UTs 2016-03-10 07:55:15 -08:00
Vladislav Lisetskiy 8c0b8bba13 Issue #1487: Improve code coverage of CheckstyleAntTask 2016-03-09 13:09:42 -08:00
Roman Ivanov d479848998 Revert "config: tIDE is dead, link is removed"
This reverts commit 6e1f1ab133.
2016-03-09 08:41:13 -08:00
Ilja Dubinin 5169db7ec8 Issue #2729: arrays brakets after generics in method references left part are supported now. 2016-03-09 06:10:08 -08:00
Roman Ivanov 6e1f1ab133 config: tIDE is dead, link is removed 2016-03-08 10:07:32 -08:00
Roman Ivanov b003d5b082 Issue #3008: revert of 80ab48f commit to fix #1192 2016-03-05 18:23:25 -08:00
ybbpgfjtey a1d903e6e8 Issue #3001: Chinese messages 2016-03-06 09:13:32 +08:00
rnveach 58eef1c20c Issue #2973: removed unused FLOAT_SUFFIX from java.g 2016-03-05 13:35:22 -08:00
rnveach e1cb79302b Issue #2973: removed unused VOCAB from java.g 2016-03-04 21:17:27 -05:00
Andrei Selkin d274db7b32 Issue #2362: Add 'validateOnlyOverlapping' option for RequireThisCheck 2016-03-04 06:34:34 -08:00
rnveach 0fd3dd6fa4 Issue #2973: removed unused annotations from java.g 2016-03-04 06:28:47 -08:00
Roman Ivanov 5e0a66b1ec doc: release notes 6.16.1 2016-03-03 06:14:12 -08:00
rnveach 9ffb1ed4cb Issue #2997: added test to verify TokenType numbers 2016-03-02 15:31:02 -08:00
Roman Ivanov 18508d5a3b Revert "Issue #2973: removed unused FLOAT_SUFFIX from java.g"
This reverts commit 23e6eba325.
2016-03-02 15:08:25 -08:00
rnveach 0c652234f8 Issue #2975: added test to verify style's TOC row anchors 2016-03-02 08:39:36 -05:00
rnveach 2d32a5a94a Issue #2975: added anchors to all google_style's TOC rows 2016-03-02 08:03:25 -05:00
rnveach 0feb495a10 Issue #2973: removed unused inferredParameterList from java.g 2016-03-01 19:16:17 -08:00
Andrej Vano cc536c2b91 Issue #2987: Allow JUnit ClassRule to be public 2016-03-01 06:35:48 -08:00
rnveach 48c8e60030 Issue #2981: added skip native methods for FinalParametersCheck 2016-03-01 06:26:36 -08:00
Roman Ivanov 7b6bb2c97b release notes 6.16 2016-02-28 05:43:28 -08:00
rnveach 23e6eba325 Issue #2973: removed unused FLOAT_SUFFIX from java.g 2016-02-26 13:15:11 -05:00
rnveach 4820a458f0 Issue #2396: added ast regression testing 2016-02-26 06:38:39 -08:00
Roman Ivanov 982967dcba minor: formatting for *.g and *.g4 files to follow 100 symbols per line rule 2016-02-25 06:07:51 -08:00
Roman Ivanov 2964e71460 minor: formatting for java.g to follow 100 symbols per line rule 2016-02-24 10:36:52 -08:00
Roman Ivanov bb53aed89f doc: example to checkstyle's Ant configuration was added to anttask.html 2016-02-24 06:53:50 -08:00
rnveach a0fed4c0e9 minor: refactored LineWrappingHandler 2016-02-24 05:08:56 -08:00
rnveach e0d62310d7 Issue #2396: changed hardcoded ast tests to use ast printer 2016-02-23 16:44:11 -08:00
Baratali Izmailov 25621a3c33 Issue #652: New option to print AST with comment nodes. 2016-02-23 15:07:10 +00:00
Andrei Selkin 63c85593a5 Issue #903: Skip type annotations from validation of ModifierOrderCheck (part 2) 2016-02-21 09:02:33 -08:00
Roman Ivanov 7450f13dfc Issue #957: fix for InteliJ inspection violations, fix for declaration order 2016-02-21 06:50:37 -08:00
Andrei Selkin 77b69e2b9e Issue #2762: Extend violation message for brace policy 'same' of RightCurlyCheck 2016-02-21 06:22:18 -08:00
Vladislav Lisetskiy 70f209a220 Issue #957: Remove PMD DefaultPackage rule from excludes 2016-02-21 05:57:55 -08:00
Vladislav Lisetskiy 8ad9441bbb Issue #957: Forbid @VisibleForTesting 2016-02-20 23:25:24 +03:00
liscju 020a34dc47 doc: Improve javadoc of parameters of AnnotationLocationCheck. 2016-02-19 16:35:53 -08:00
rnveach 452a1df819 Issue #2941: fixed incorrect expected indentations 2016-02-19 16:34:39 -08:00
Vladislav Lisetskiy f6bec165c9 Issue #957: Resolve problems from PMD DefaultPackage rule 2016-02-19 05:38:29 -08:00
Vladislav Lisetskiy a3882648b2 Issue #2869: Remove redundant javadoc tags 2016-02-18 14:33:27 -08:00
Vladislav Lisetskiy 1f18d9de9a Issue #2869: Allow missing javadoc tags if an allowed annotation is put 2016-02-18 14:33:27 -08:00
Vladislav Lisetskiy 3b970321aa Issue #957: Resolve PMD DefaultPackage rule problems in imports package 2016-02-18 06:54:52 -08:00