Commit Graph

378 Commits

Author SHA1 Message Date
Zuy Alexey 6273f20720 minor: reorganized Checker class (#3128) 2016-04-25 17:05:30 -07:00
rnveach 62075f0a54 Issue #3105: fixed indentation test to verify more contents of input 2016-04-18 09:09:47 -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
Vladislav Lisetskiy 5416e767af Issue #3005: Fix allowByTailComment option in AvoidEscapedUnicodeCharacters 2016-03-29 16:22:57 -07:00
Vladislav Lisetskiy 753e733c95 Issue #2944: add EmptyLineSeparator option to check empty lines inside methods 2016-03-29 15:25:03 -07:00
rnveach 5123ab33a6 Issue #2973: added java lexer cases for coverage 2016-03-26 18:42:58 -04:00
idarmans 3b9b0d1e92 Issue #3022: Moved file-started audit event after file extension check 2016-03-20 07:42:43 -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 68b49fd284 Issue #652: New CLI option to print Javadoc comment parse tree 2016-03-17 06:19:49 -07:00
Vladislav Lisetskiy 8c0b8bba13 Issue #1487: Improve code coverage of CheckstyleAntTask 2016-03-09 13:09:42 -08:00
Charlie Pai 02af0dfef9 config: NumericLiteralNeedsUnderscoreCheck used from sevntu.checkstyle 1.19.0 2016-03-08 15:14:00 -08:00
ybbpgfjtey a1d903e6e8 Issue #3001: Chinese messages 2016-03-06 09:13:32 +08:00
Andrei Selkin d274db7b32 Issue #2362: Add 'validateOnlyOverlapping' option for RequireThisCheck 2016-03-04 06:34:34 -08:00
rnveach 9ffb1ed4cb Issue #2997: added test to verify TokenType numbers 2016-03-02 15:31:02 -08:00
Andrej Vano cc536c2b91 Issue #2987: Allow JUnit ClassRule to be public 2016-03-01 06:35:48 -08:00
Roman Ivanov 519c99902f minor: two sevntu Checks are disabled, due to NPE 2016-02-28 07:38:26 -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
Baratali Izmailov 25621a3c33 Issue #652: New option to print AST with comment nodes. 2016-02-23 15:07:10 +00:00
Roman Ivanov f79ab476b0 Issue #957: aditional fix 2016-02-21 06:09:46 -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
Vladislav Lisetskiy f6bec165c9 Issue #957: Resolve problems from PMD DefaultPackage rule 2016-02-19 05:38:29 -08:00
Andrei Selkin 77acd41cf1 Issue #2285: Add possibility to track down the name of source file which caused the internal Exception or Error 2016-02-16 22:22:01 +03:00
Vladislav Lisetskiy 6b82f01378 Issue #1159: Resolve PMD ExceptionAsFlowControl in PackageObjectFactory 2016-02-16 06:32:14 -08:00
rnveach 1b72b4905b Issue #2103: removed excess file gathering in main 2016-02-10 06:07:10 -08:00
Andrei Selkin d46c2cf0e9 Issue #569: Move TreeWalker cache to Checker 2016-02-09 20:50:02 +03:00
Vladislav Lisetskiy 07523b8de2 Issue #2609: Refactor ParseTreeTableModel 2016-02-08 12:56:28 -08:00
Andrei Selkin a40ba56ff3 Issue #924: Fix enforcement of declaration order which leads to illegal forward reference 2016-02-07 02:49:15 +03:00
rnveach ba6781e109 Issue #2551: added deprecated Check for backwards compatibility 2016-02-05 06:01:03 -08:00
rnveach cf96dd9adc Issue #2551: renamed Check to AbstractCheck 2016-02-05 06:01:03 -08:00
Vladislav Lisetskiy c225479c7d Issue #2638: Print parse tree from CLI to terminal 2016-02-04 13:32:53 +03:00
Andrei Selkin b30c00753a Pull #2859: Disallow usage of java.util.Stack and java.util.Vector in code 2016-01-31 20:57:02 +03:00
Roman Ivanov cbe3249973 config: fix problem with not found sevntu_suppression.xml in Eclipse 2016-01-30 07:35:24 -08:00
Roman Ivanov a5369c60d1 Issue #2546: fix for build failures for RegexpOnFilenameCheck 2016-01-30 06:47:10 -08:00
rnveach 9d90fa25e0 Issue #2546: added new check RegexpOnFilenameCheck 2016-01-30 05:59:44 -08:00
rnveach 2a0fa19e82 Issue #2836: added UT for testing messages on xdoc 2016-01-30 05:31:01 -08:00
Roman Ivanov c101e3b4ef minor: update for comment 2016-01-26 12:56:55 -08:00
Roman Ivanov e72fb26ca3 minor: update for comment 2016-01-26 12:55:18 -08:00
Roman Ivanov 32953ad617 minor: update for comment 2016-01-26 12:51:51 -08:00
Yasser Aziza 2f3b62ed73 Issue #2661: Enforce SingleBreakOrContinueCheck of sevntu-checkstyle over Checkstyle source code 2016-01-17 18:12:53 -08:00
Roman Ivanov 617ebf2bf2 minor: year bump to 2016 2016-01-04 16:25:43 -08:00
Vladislav Lisetskiy ee33ed57cd Issue #2609: Refactor GUI package 2016-01-03 12:20:18 +03:00
Roman Ivanov 26f7044909 Issue #2773: fix for checkstyle_config.xml config only, but issue still not resolved 2015-12-25 17:38:51 -08:00
Roman Ivanov 6600d89715 config: fix for teamcity false alarm casued by commit 70a6e2e, no way to suppress it 2015-12-25 16:35:49 -08:00
Andrei Selkin a707819ab7 Issue #2661: Enforce AvoidConditionInversionCheck of sevntu-checkstyle over Checkstyle source code 2015-12-25 01:01:57 +03:00
Andrei Selkin 6ee4a0f805 Issue #2661: Enforce LogicConditionNeedOptimizationCheck of sevntu-checkstyle over Checkstyle source code 2015-12-24 13:59:27 -08:00
Vladislav Lisetskiy 6c04cd63af Issue #2239: Extend RequireThis check message 2015-12-24 13:56:45 -08:00