Commit Graph

4366 Commits

Author SHA1 Message Date
Baratali Izmailov d3bafb185b Issue #410: Wiki-page. Some more info. 2016-04-19 18:06:07 -07:00
rnveach f9ce38fba4 Issue #3105: fixed errors in indentation input files 2016-04-18 09:09:47 -07:00
rnveach 62075f0a54 Issue #3105: fixed indentation test to verify more contents of input 2016-04-18 09:09:47 -07:00
rnveach fe17b53a8e Issue #3000: removed unused check messages 2016-04-18 06:17:30 -07:00
rnveach 8621b15b45 Issue #3000: added test to find unused check messages 2016-04-18 06:17:30 -07:00
José Castro 835d85ae80 doc: added Codacy to the list of active tools 2016-04-18 06:06:49 -07:00
Andrei Selkin 7587307ffe Issue #2271: Fix Codacy's issue 'Avoid really long methods' (#3100) 2016-04-18 05:34:49 -07:00
Baratali Izmailov 70f1647722 Issue #410: Wiki-page .'–Tools To See Javadoc Tree Structure' part 2016-04-17 05:07:30 -07:00
rnveach e18195de77 Issue #3106: fixed annotation location check with no modifiers (#3108) 2016-04-16 05:55:44 -07:00
rnveach 740e1a01f3 Issue #3065: fixed issues with all foreign messages 2016-04-16 05:42:20 -07:00
rnveach 3d8efeeccd Issue #3065: expanded message test to all locales 2016-04-16 05:42:20 -07:00
Roman Ivanov c8dbf41cd0 minor: DesignForExtension documentation update 2016-04-15 10:01:52 -07:00
Roman Ivanov 6f2d94ae82 doc: DesignForExtension documentation is extended to warn user about possible misusage of this Check 2016-04-15 06:55:40 -07:00
Roman Ivanov 95cd52de39 Issue #3057: my flattr account was added for sponsoring web page 2016-04-14 16:56:19 -07:00
Zuy Alexey 6309b56194 minor: reorganized TranslationCheck (#3097) 2016-04-13 15:08:56 -07:00
Andrei Selkin b5d2fc84d7 Pull #3093: Use DatatypeConverter#printHexBinary to convert byte array to hex String in PropertyCacheFile (#3093) 2016-04-13 06:39:08 -07:00
Baratali Izmailov 1549ea4822 Issue #3040: New CLI option to print full tree (java+comments+javadoc). (#3078) 2016-04-10 14:08:02 -07:00
Roman Ivanov b9540304d8 Issue #3057: Fund raising pages for checkstyle (gratipay) 2016-04-04 10:07:45 -07:00
Vladislav Lisetskiy c59804b3ee Pull #3070: Move google_check validation to Travis 2016-03-31 11:11:16 -07:00
Andrei Selkin 7eb6d92bc7 Issue #2969: Add the ability to validate language codes by TranslationCheck 2016-03-31 12:01:22 +03:00
Vladislav Lisetskiy 5416e767af Issue #3005: Fix allowByTailComment option in AvoidEscapedUnicodeCharacters 2016-03-29 16:22:57 -07:00
Andrei Selkin bf69cf167c Issue #3006: Refactoring of FinalLocalVariableCheck to increase readability 2016-03-29 15:47:32 -07:00
Andrei Selkin 0a1a4c6e94 Issue #3006: Fix false positive when variable is assigned in if block which is inside catch block 2016-03-29 15:47:31 -07:00
Andrei Selkin 62c19a216f Issue #3006: Add test inputs taken from Guava and Findbugs 2016-03-29 15:47:31 -07:00
Andrei Selkin 55aa50d8f0 Issue #3006: Fix false positive when variable is assigned multiple times 2016-03-29 15:47:31 -07:00
Andrei Selkin 11210350f5 Issue #3006: Fix false positive when external variables are assigned inside loop-block 2016-03-29 15:47:31 -07:00
Andrei Selkin 11a783d391 Issue #3006: Add UT for variables which are assigned multiple times in if/if-else 2016-03-29 15:47:31 -07:00
Andrei Selkin 75499dce16 Issue #3006: Fix wrong loop detection in 'isInTheSameLoop' 2016-03-29 15:47:31 -07:00
Vladislav Lisetskiy 753e733c95 Issue #2944: add EmptyLineSeparator option to check empty lines inside methods 2016-03-29 15:25:03 -07:00
Vladislav Lisetskiy 88bd2e4055 Issue #2924: Add support for LAMDA token in WhitespaceAround check 2016-03-27 22:41:17 +03:00
rnveach 5123ab33a6 Issue #2973: added java lexer cases for coverage 2016-03-26 18:42:58 -04:00
Roman Ivanov bd31071330 doc: release notes for 6.17 2016-03-24 17:53:24 -07:00
Roman Ivanov c378c33364 doc: extending Rationale of NewlineAtEndOfFile with example 2016-03-24 06:46:01 -07:00
Roman Ivanov 9a9f28c345 Issue #3057: Fund raising pages for checkstyle 2016-03-23 15:23:20 -07:00
Roman Ivanov d75fc9a59d Issue #3057: Fund raising pages for checkstyle 2016-03-23 11:40:00 -07:00
Christian H. Kuhn c29c343385 Issue #3013: German translations are corrected 2016-03-21 17:59:13 -07:00
rnveach eace5478d3 Issue #2968: adding more method references examples 2016-03-21 19:07:44 -04:00
Vladislav Lisetskiy 3e1fb8189a Issue #3035: upgrade equalsverifier to version 2.0.1 2016-03-20 17:33:51 -07:00
Rasmus Kaj 9777146e28 Issue #2428: remove dependency to commons-lang3 library 2016-03-20 22:34:58 +01:00
idarmans 3b9b0d1e92 Issue #3022: Moved file-started audit event after file extension check 2016-03-20 07:42:43 -07:00
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