Commit Graph

147 Commits

Author SHA1 Message Date
Andrei Selkin cdfa561939 Issue #2505: Add ENUM_CONSTANT_DEF support to MethodParamPad 2015-12-08 23:26:17 +03:00
rnveach 6eb080a3d2 config: removed 'check' from check name 2015-12-07 20:41:19 -05:00
Vladislav Lisetskiy 5e0f360e7b Issue #2658: Repair verification of expected warnings in ITs 2015-12-07 01:14:29 +03:00
Michal Kordas f65b17cbc3 Issue #2616: Fix CatchParameterName check violations in Checkstyle code 2015-12-03 15:16:44 -08:00
Michal Kordas d67d10e9f2 Issue #2616: Add CatchParameterName check for catch blocks parameters 2015-12-03 15:16:44 -08:00
liscju e6d712e4f9 Issue #2633: Fix GenericWhitespace to not trigger error when it ends line 2015-12-03 05:34:51 -08:00
liscju 65865d1adc Issue #2640: Change abbreviationAsWordInName error message to contains name that violates a format 2015-12-02 10:22:00 +01:00
Michal Kordas fdd5ed77fd Issue #2080: Simplify JUnit assertion 2015-11-21 16:24:00 -08:00
rnveach 63668c23e4 Issue #2589: Removed unneeded warning comments in IT. 2015-11-12 19:08:40 -08:00
rnveach c29af9d036 Issue #2589: Unify IT input file locations with tests. 2015-11-12 19:08:40 -08:00
rnveach 7a4ec11d12 Issue #2589: Unify IT test code. 2015-11-12 19:08:40 -08:00
Roman Ivanov fe48db9cc0 Issue #2516: Create test for checkstyle-X.X-all.jar on Travis 2015-11-12 05:31:30 -08:00
Roman Ivanov 6c49a05cb6 Issue #2541: Clean up input files to not use forbidden APIs 2015-11-11 06:38:41 -08:00
Michal Kordas edb810c10e Issue #2541: Clean up input files to not use forbidden APIs 2015-11-11 05:56:51 -08:00
rnveach 992678f1ba Issue #2540: unify it input file names for chapter4formatting 2015-11-10 13:46:44 -05:00
rnveach 2a52c00d5d Issue #2540: unify it input file names for chapter6programpractice 2015-11-10 05:51:46 -08:00
rnveach 701d2a6907 Issue #2540: unify it input file names for chapter5naming 2015-11-10 05:50:58 -08:00
rnveach 662cb2e20e Issue #2540: unify it input file names for chapter4formatting 2015-11-10 05:50:12 -08:00
Vladislav Lisetskiy 2bd61975df Issue #1438: Fix handling finally in FallThroughCheck 2015-11-09 13:16:49 -08:00
rnveach 36206fcfd0 Issue #2557: made tests only cover one subject 2015-11-09 05:38:54 -08:00
rnveach 5f5fc6da1a Issue #2557: unified test file names 2015-11-09 05:38:54 -08:00
rnveach 35ecc0b03f Issue #2540: fix spelling errors in it packages 2015-11-08 11:14:27 -05:00
rnveach 339e0ff9a6 Issue #2161: unify it input file names for chapter4formatting 2015-11-08 05:23:53 -08:00
rnveach 21c8c76f93 Issue #2161: unify it input file names for chapter3filestructure 2015-11-08 05:09:28 -08:00
rnveach 7f76672448 Issue #2161: unify test input file names for chapter2filebasic 2015-11-07 20:35:41 -05:00
Andrei Selkin e21676f52f Issue #2078: Update ITs for CommentsIndentationCheck 2015-10-31 15:48:32 -07:00
rnveach d74f5bb61c Issue #2451: removed excess hierarchy from MissingSwitchDefaultCheck 2015-10-29 10:27:18 -04:00
Roman Ivanov a6bf0ef27c Issue #2421: ReturnCount violation is resolved 2015-10-26 05:46:26 -07:00
rnveach 344ea5c012 Issue #2421: enabling checking on it folder 2015-10-25 14:30:20 -04:00
rnveach 6b902e2af6 Issue #2421: enabling checking on it folder 2015-10-25 14:20:00 -04:00
Roman Ivanov d1a6a43710 Issue #2421: Cyclomatic Complexity and ReturnCount violations are resovled 2015-10-25 09:21:51 -07:00
rnveach a2ae6fa3a8 Issue #2421: enabling checking on it folder 2015-10-25 10:21:26 -04:00
rnveach 464a7dd3fe Issue #2421: enabling checking on it folder 2015-10-24 21:39:18 -04:00
rnveach 111cbbaf2a Issue #2421: enabling checking on it folder 2015-10-24 19:17:26 -04:00
rnveach 617178cb1f Issue #2421: started enabling some checking on it folder 2015-10-24 14:35:08 -04:00
rnveach 10d3015752 Issue #2161: unify test input file names 2015-10-22 08:59:08 -04:00
Pavel Baranchikov caa58734b9 Issue #2266: Fixed blank line indentification for EmptyLineSeparator check 2015-10-18 05:51:36 -07:00
Michal Kordas ce196814d8 Issue #2080: Fix typos in code 2015-10-16 16:35:09 -07:00
Ruslan Diachenko 7d5db23ad5 Issue #1217: goal 'testCheck' was activated in 'forbiddenapis' plugin, violations fixed 2015-10-14 00:52:06 +01:00
rnveach 115a5df29d Issue #2161: unify test input locations 2015-10-12 13:45:07 -07:00
Michal Kordas 58b28a75e1 Issue #2271: Remove underscores from method names 2015-10-06 13:10:20 -07:00
Ruslan Diachenko d814d1352b Issue #2193: ROOT locale added in checker creation for UT; travis updated with a new check 2015-09-20 05:53:40 -07:00
Michal Kordas 3baf36b6fe Issue #2161: Add "Input" prefix to test input files 2015-09-20 01:16:01 +02:00
Michael Osipov b6d9344d1c Pull #2034: Use StandardCharsets and get rid of UnsupportedEncodingException 2015-09-17 15:01:39 -07:00
Vladislav Lisetskiy 3fe3fc67cb Issue #2095: Fix false negative in AtclauseOrder check 2015-09-17 13:04:24 -07:00
Vladislav Lisetskiy ca15d3d758 Issue #2074: Correct NonEmptyAtclauseDescription IT 2015-09-15 17:11:43 -07:00
Vladislav Lisetskiy 2aeea04137 Issue #2074: Correct JavadocTagContinuationIndentation IT 2015-09-15 17:11:43 -07:00
Vladislav Lisetskiy f344001be1 Issue #2074: Correct AtclauseOrder IT 2015-09-15 16:47:09 -07:00
Michal Kordas daae0431d1 Issue #2161: Unify naming files with test inputs 2015-09-11 22:48:59 +02:00
Michal Kordas c1ce291701 Issue #2130: Fix "deprecation" compiler warnings in input files 2015-09-10 17:12:35 -07:00