Commit Graph

3079 Commits

Author SHA1 Message Date
Ilja Dubinin cae26e2f4e Import which produces error on MacOSX jdk has been deleted 2015-07-23 18:00:06 -07:00
Baratali Izmailov 01750d8a49 Issue #1293: Improved coverage of MultipleStringLiteralsCheck 2015-07-23 14:06:58 -07:00
Andrei Selkin cdcddbe49e Add setter for 'ignoreEnums' in LeftCurlyCheck, issue #975. 2015-07-23 21:15:07 +03:00
Roman Ivanov 07d2c790d8 100% coverage for JavadocTagInfo. #1295 2015-07-23 00:10:04 -07:00
Aleksandr Ivanov acbd47a66b ImportOrder enabled in configuration #1448 2015-07-23 08:58:42 +03:00
Roman Ivanov db1c057515 100% UTs coverage for FileContents. #1295 2015-07-22 21:02:19 -07:00
Roman Ivanov f1b28dbcde 100% UTs coverage for FileContents. #1295 2015-07-22 20:52:58 -07:00
Michal Kordas 82e1d2693c Add test coverage to SummaryJavadoc check. #1308 2015-07-22 18:44:47 -07:00
Michal Kordas b9702a2c99 Add test coverage to JavadocPackage check. #1308 2015-07-22 18:43:57 -07:00
Roman Ivanov ef540c2c72 100% Uts coverage for AbstractLoader , unreachable code was removed. #1295 2015-07-22 18:42:48 -07:00
Roman Ivanov 864cf936cf AbstractFileSetCheck is 100% covered by UTs. #1295 2015-07-22 15:38:55 -07:00
Andrei Selkin 813ae84538 Add test with default configuration for VariableDeclarationUsageDistanceCheck, issue #1129. 2015-07-21 17:56:45 -07:00
Andrei Selkin 39ccb4c6fe Add test with default configuration for SummaryJavadocCheck, issue #1129. 2015-07-21 17:56:45 -07:00
Andrei Selkin 3f765e389d Add test with default configuration for NPathComplexityCheck, issue #1129. 2015-07-21 17:56:45 -07:00
Andrei Selkin 197d73db84 Add test with default configuration for MultipleStringLiteralsCheck, issue #1129. 2015-07-21 17:56:45 -07:00
Andrei Selkin 48e095c8d3 Add test with default configuration for JavaNCSSCheck, issue #1129. 2015-07-21 17:56:45 -07:00
Andrei Selkin 79a4b0fc33 Add test with default configuration for ExecutableStatementCountCheck, issue #1129. 2015-07-21 17:56:45 -07:00
Andrei Selkin aa90bcf588 Add test with default configuration for CustomImportOrderCheck, issue #1129. 2015-07-21 17:56:45 -07:00
Andrei Selkin 13c0b844db Add test with default configuration for ClassFanOutComplexityCheck, issue #1129. 2015-07-21 17:56:45 -07:00
Andrei Selkin a3a23a2695 Add test with default configuration for ClassDataAbstractionCouplingCheck, issue #1129. 2015-07-21 17:56:45 -07:00
Andrei Selkin 2661faec4c Add UniquePropertiesCheck into checkstyle_checks.xml, issue #1129. 2015-07-21 17:56:45 -07:00
Michal Kordas 81d67e4777 Remove dead code from ObjectBlockHandler in Indentation check. #1270 2015-07-21 17:54:02 -07:00
Michal Kordas 9988d4d007 Remove dead code from AbstractExpressionHandler. #1270 2015-07-21 17:45:30 -07:00
Michal Kordas 791036b2f1 Add test coverage to AtclauseOrder check. #1308 2015-07-21 17:43:58 -07:00
Michal Kordas 79694f0d50 Remove dead code from ElseHandler in Indentation check. #1270 2015-07-21 13:39:28 -07:00
Ilja Dubinin e1d06c0a92 Coverage has been increased to 100% in MissingDeprecatedCheck. Issue #908 2015-07-21 09:54:06 -07:00
Ilja Dubinin d5178f777a Coverage has been increased to 100% in AnnotationLocationCheck. Issue #908 2015-07-21 09:53:43 -07:00
Pavel Baranchikov 9df81b38a8 JavadocType does not check parameters in inner classes. #1421 2015-07-21 12:21:17 +03:00
Aleksandr Ivanov c09131defe ImportOrderCheck. Fix separation for static imports #1398 2015-07-20 21:11:42 -07:00
Ilja Dubinin 89f4e3c8b1 Coverage has been increased to 100% in PackageAnnotationCheck 2015-07-20 21:05:32 -07:00
Michal Kordas 66571b2e6e Remove dead code from ArrayInitHandler in Indentation check. #1270 2015-07-20 20:57:59 -07:00
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
Vladislav Lisetskiy c828939b0c Fix for SuperClone and SuperFinalize checks reporting violations on
native methods, #1367
2015-07-20 10:04:14 -07:00
Andrei Selkin c9c475a6c7 Refactoring of FinalLocalVariableCheck to avoid 'fall through' violation, issue #1395. 2015-07-20 10:02:21 -07:00
Andrei Selkin 0d66a67b0d Fix FallThroughCheck fails on if with no else, issue #1395. 2015-07-20 10:02:21 -07:00
Roman Ivanov 3bd39984f2 Revert "Fix for SuperClone and SuperFinalize checks reporting violations on"
This reverts commit 068a1b4533.
2015-07-19 23:09:40 -07:00
Vladislav Lisetskiy 068a1b4533 Fix for SuperClone and SuperFinalize checks reporting violations on
native methods, #1367
2015-07-19 23:08:22 -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
Roman Ivanov cb4ca4e535 minor: formatting 2015-07-19 09:42:36 -07:00
Roman Ivanov 534536aa62 javadoc: deperecate overview.html and package.html support. #1415 2015-07-19 09:39:03 -07:00
Vladislav Lisetskiy bb3f804106 fix JavadocParagraph allows new line before the next paragraph, #1332 2015-07-19 07:20:04 -07:00
Baratali Izmailov 41d538f9be Issue #1293: Refactoring of IllegalTokenCheck and IllegalTokenTextCheck. Coverage has been improved. 2015-07-19 07:15:40 -07:00
Andrei Selkin d46134bc27 Correct typos in RightCurlyCheck. 2015-07-19 12:40:36 +03:00