Commit Graph

4145 Commits

Author SHA1 Message Date
Roman Ivanov 08d2cfda07 Fix for build broblem 2015-07-23 18:52:36 -07:00
Roman Ivanov dec56b56dc minor: formatting in traivis config 2015-07-23 18:15:34 -07:00
Ilja Dubinin cae26e2f4e Import which produces error on MacOSX jdk has been deleted 2015-07-23 18:00:06 -07:00
Roman Ivanov 94856eb8a1 CS-SI/Orekit --> checkstyle/Orekit , #1446 2015-07-23 17:45:58 -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
Michal Kordas 24a95e56f5 Remove classes with 100% coverage from Cobertura exclusion list. #1449 2015-07-22 13:18:59 +02: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 0f7653dd6d Bump total line and branch coverage rates for Cobertura 2015-07-20 21:02:49 -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
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
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 901dce39c1 appveyor is extremely slow and timeout each build, so lets skip 'site' biuld for now 2015-07-20 08:59:46 -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
Roman Ivanov 48cdb1feb4 return back normal appveyor config (after hack) 2015-07-19 12:02:09 -07:00