Commit Graph

440 Commits

Author SHA1 Message Date
Michal Kordas 2ff20f4af3 Add test coverage to LineWrappingHandler in Indentation check. #1270 2015-07-20 20:54:53 -07:00
Michal Kordas e40d9f41cf Add test coverage to MethodDefHandler in Indentation check. #1270 2015-07-20 20:44:54 -07:00
Michal Kordas d28871069b Remove dead code from HandlerFactory in Indentation check. #1270 2015-07-20 20:43:04 -07:00
Michal Kordas 3dbb4e095d Update EqualsVerifier to 1.7.3. #1426 2015-07-20 20:32:50 -07:00
Michal Kordas 6fd3988251 Update Maven Shade Plugin to 2.4.1. #1424 2015-07-20 21:30:39 +02:00
Andrei Selkin c9c475a6c7 Refactoring of FinalLocalVariableCheck to avoid 'fall through' violation, issue #1395. 2015-07-20 10:02:21 -07:00
Michal Kordas 0516374351 Add test coverage to BlockParentHandler in Indentation check. #1270 2015-07-19 23:06:59 -07:00
Michal Kordas d4a862ea09 Remove dead code from NewHandler in Indentation check. #1270 2015-07-19 22:03:05 +02:00
Michal Kordas 1f240831bf Add test coverage to ImportHandler in Indentation check. #1270 2015-07-19 10:03:27 -07:00
Michal Kordas 87d0c50d24 Add test coverage to Indentation check. #1270 2015-07-19 09:49:40 -07:00
Michal Kordas 98d1972dcc Add test coverage to PackageHandler in Indentation check. #1270 2015-07-19 09:45:17 -07:00
Michal Kordas 547580dea8 Remove dead code from SlistHandler in Indentation check. #1270 2015-07-19 09:43:28 -07:00
Baratali Izmailov 41d538f9be Issue #1293: Refactoring of IllegalTokenCheck and IllegalTokenTextCheck. Coverage has been improved. 2015-07-19 07:15:40 -07:00
Michal Kordas 3d4290baf0 Add test coverage to MethodCallHandler in Indentation check. #1270 2015-07-19 00:00:12 -07:00
Michal Kordas 4f16cb85a9 Update antlr to 4.5.1. #1402 2015-07-18 23:45:36 +02:00
Baratali Izmailov 881f9b5079 Issue #1293: Improving coverage of FallThroughCheck 2015-07-18 12:39:29 -07:00
Andrei Selkin 6c1b26a836 Fix RegexpHeader causing exception with default config, issue #1129. 2015-07-18 12:41:27 +03:00
Michal Kordas e59080b695 Remove dead code from ArrayInitHandler in Indentation check. #1270 2015-07-17 21:52:41 -07:00
Roman Ivanov 850a747710 temporary fix: coverage is decreased dut to Sourceforce site is not accesible 2015-07-17 10:59:43 -07:00
Roman Ivanov 313437caf5 powermock artifacts were moved to test scope as they are required only for UTs 2015-07-17 10:41:39 -07:00
Aleksandr Ivanov f6cb722588 Changing SWITCH to IF to improve coverage #1387 #1128 2015-07-16 17:23:47 -07:00
Ilja Dubinin 27045d71a3 Coverage has been increased to 100% in EmtyCatchBlockCheck 2015-07-16 17:09:00 -07:00
Michal Kordas 1aca5b65dc Remove dead code from ForHandler in Indentation check. #1270 2015-07-16 16:44:04 -07:00
Ruslan Diachenko 6d3dbe2fd3 Issue #1289: 'GenericWhitespaceCheck' refactored, UT coverage improved 2015-07-15 16:58:17 -07:00
Ruslan Diachenko 28e8f33dfd Issue #1289: 'EmptyLineSeparatorCheck' refactored, UT coverage improved 2015-07-15 21:22:02 +01:00
Baratali Izmailov f7309c4404 Issue #1293: Refactorgin of CovariantEqualsCheck 2015-07-14 23:46:21 -07:00
Ruslan Diachenko c09a1ecf33 Issue #1289: 'EmptyForIteratorPadCheck' UT coverage improved 2015-07-14 19:38:45 -07:00
Ruslan Diachenko d815ca6429 Issue #1289: 'MethodParamPadCheck' UT coverage improved 2015-07-14 19:38:04 -07:00
Ruslan Diachenko a038f3394f Issue #1289: 'SeparatorWrapCheck' UT coverage improved 2015-07-14 19:35:12 -07:00
Ruslan Diachenko 4f629d08ad Issue #1289: 'TypecastParenPadCheck' refactored, UT coverage improved 2015-07-14 19:33:39 -07:00
Baratali Izmailov 2314cb57d2 Issue #1293: Improved coverage for DefaultComesLastCheck 2015-07-14 19:32:30 -07:00
Michal Kordas d357465ea0 Update system-rules to 1.12.1. #1379 2015-07-14 14:01:46 -07:00
Michal Kordas 03637bdf87 Add test coverage to JavadocTagContinuationIndentation check. #1308 2015-07-14 20:45:48 +02:00
Ilja Dubinin c80e607ebb Coverage has been increased to 100% in ArrayTypeStyleCheck 2015-07-13 17:57:44 -07:00
Ilja Dubinin 86e805616d Coverage has been increased to 100%n TodoCommentCheck 2015-07-13 17:57:05 -07:00
Ilja Dubinin fa9ece71f4 Coverage has been increased to 100% in UpperEllCheck 2015-07-13 17:56:25 -07:00
Ilja Dubinin 10521b417e Coverage has been increased to 100% in AvoidNestedBlocksCheck 2015-07-13 17:55:35 -07:00
Ilja Dubinin 316f4a7ce0 Coverage has been increased to 100% in MissingOverrideCheck 2015-07-13 17:52:47 -07:00
Michal Kordas e68f47ce99 Remove non-testable reflection code from JavadocUtils. #1308
In `JavadocUtils` any reflection-related exception would mean programmer's mistake with no recovery. In such cases checked exceptions are useless, so new method in utils is provided to wrap any checked exceptions into unchecked ones.
2015-07-13 22:46:00 +02:00
Roman Ivanov 82c6366eda 100% UTs coverage for Check and AbstractViolationReporter. #1295 2015-07-12 23:38:35 -07:00
Roman Ivanov eb3b21e374 100% UT coverage for Comments. #1295 2015-07-12 23:16:22 -07:00
Roman Ivanov 1305704d33 100% UTs coverage for DetailAst. #1295 2015-07-12 23:09:27 -07:00
Roman Ivanov 8571d9002a 100% UTs for FullIdent. #1294 2015-07-12 22:42:17 -07:00
Roman Ivanov 9a97b68c69 100% UTs coverage for SeverityLevelCounter. #1294 2015-07-12 22:24:00 -07:00
Roman Ivanov cb4bd82807 100% UTs coverage for PropertiesExpander ans PackageObjectFactory. #1294 2015-07-12 21:59:42 -07:00
Roman Ivanov 38f5fc0dc8 100% UTs coverage for DefaultConfiguration. #1294 2015-07-12 21:47:31 -07:00
Roman Ivanov 12a57d940d UTs coverage for SuppressionFilter is 100%. #1296 2015-07-12 21:25:25 -07:00
Roman Ivanov 15818b8260 UTs coverage of SuppressElement is 100%. #1296 2015-07-12 21:12:48 -07:00
Roman Ivanov f2429b8139 UTs coverage for IntMatchFilter become 100%, #1294 2015-07-12 19:50:54 -07:00
Roman Ivanov 4b2bb4388b XMLLogger should not catch UnsupportedEncodingException and rethrow it as ExceptionInInitializerError. #1294 2015-07-12 18:30:48 -07:00