Commit Graph

4231 Commits

Author SHA1 Message Date
Bhavik Patel b2a80ceca3 Solution to Magic Number is not detected properly #1266 2015-07-30 23:27:01 -07:00
Roman Ivanov 71c16c55c3 100% code coverage for ConfigurationLoader. #1294 2015-07-30 22:52:51 -07:00
Ilja Dubinin dcd7085ce2 Coverage has been increased to 100% in UncommentedMainCheck. Issue #1290 2015-07-30 16:50:12 -07:00
Ruslan Diachenko e3366844c4 Issue #1296: 'SuppressWithNearbyCommentFilter' refactored, UT coverage improved 2015-07-30 22:57:20 +01:00
Michal Kordas af095344e1 Add tests and refactor JavadocMethod check. #1308 2015-07-30 21:46:11 +02:00
Andrei Selkin f1dced161a Add new option for RightCurlyCheck, issue #1019. 2015-07-30 12:40:11 -07:00
Roman Ivanov f712557e03 experiment with coverage problem on appveyor. #1496 2015-07-30 17:01:03 -07:00
Roman Ivanov fef1efe791 fix for UTs on Windows7 and do not conflict with WindowsServer. #1496 2015-07-30 14:51:24 -07:00
Roman Ivanov d1b747d206 again problem at appveyor. #1496 2015-07-30 00:13:18 -07:00
Roman Ivanov 570eba585b final fix for TreeWalkerTest.testDestroyNonExistingCache failure on Windows. #1496 2015-07-30 00:02:21 -07:00
Roman Ivanov 62a8b24971 revert to let build pass on appveyor. #1496 2015-07-29 21:28:51 -07:00
Roman Ivanov bea99e188f additonal experiment to fix failure of appveyor. #1496 2015-07-29 21:10:45 -07:00
Roman Ivanov b82be7c60f Investigate TreeWalkerTest.testDestroyNonExistingCache failure on Windows. #1496 2015-07-29 20:56:09 -07:00
Roman Ivanov f8bd84c6e3 additional experiment to fix build on appveyor. #1510 2015-07-29 20:38:29 -07:00
Roman Ivanov 88f75f5413 Investigate UTs failure to MainTest on Windows. #1510 2015-07-30 03:23:35 -07:00
Roman Ivanov 61dcaf5f51 fix for build problem in Idea on Windows 2015-07-30 03:22:09 -07:00
Ruslan Diachenko 66dd2e127b Issue #1296: 'SuppressionCommentFilter' UT coverage improved 2015-07-29 18:02:44 -07:00
Ilja Dubinin c3797e0ad8 Coverage has been increased to 100% in SinglelineDetector. Issue #1010 2015-07-29 22:01:20 +01:00
Roman Ivanov 712b9d0101 workaround: Investigate UTs failure to MainTest on Windows. #1510 2015-07-29 07:05:36 -07:00
Roman Ivanov 3bf1998521 workaround: Investigate UTs failure to MainTest on Windows. #1510 2015-07-29 00:52:49 -07:00
Roman Ivanov aaf39002ac 100% coverage for Main.java . #1294 2015-07-29 00:29:25 -07:00
Ilja Dubinin 777a4e04d8 100% coverage in AvoidEscapedUnicodeCharacterCheck. Issue #1290 2015-07-28 21:26:58 -07:00
Ruslan Diachenko 60eacf91e6 Issue #1287: 'AbstractClassCouplingCheck' refactored, UT coverage improved 2015-07-28 21:24:15 -07:00
Ilja Dubinin ae170e4575 Coverage has been increased to 100% in RegexpMultilineCheck. Issue #1010 2015-07-28 21:12:02 -07:00
Ilja Dubinin 9f20c7bd1a 100% coverage in RegexpCheck. Issue #1010 2015-07-28 21:10:45 -07:00
Ilja Dubinin 9ce46723b1 Coverage has been increased to 100% in RegexpSinglelineCheck. Issue #1010 2015-07-28 21:10:00 -07:00
Ilja Dubinin 47cfb3621d Coverage has been increaded to 100% in HeaderCheck. Issue #1292 2015-07-28 21:08:18 -07:00
Ilja Dubinin e3e0c92185 Coverage has been increased to 100% in RegexpHeaderCheck. Issue #1292 2015-07-28 20:59:02 -07:00
Ruslan Diachenko 37fe13f3f1 Issue #1287: 'BooleanExpressionComplexityCheck' refactored, UT coverage improved 2015-07-28 20:55:12 -07:00
Ruslan Diachenko 22d40e6bfd Issue #1287: 'JavaNCSSCheck' UT coverage improved 2015-07-28 20:52:16 -07:00
Baratali Izmailov 72c36b6812 Issue #1293: Improved coverage for AbstractIllegalMethodCheck 2015-07-28 20:50:51 -07:00
Baratali Izmailov 14feaeff30 Issue #1293: Improved coverage for OverloadMethodsDeclarationOrderCheck 2015-07-28 20:48:01 -07:00
Baratali Izmailov 22c3968680 Issue #1293: Improved coverage for ModifiedControlVariableCheck. 2015-07-28 14:05:49 -07:00
Roman Ivanov d15507116c workaround: Investigate TreeWalkerTest.testDestroyNonExistingCache failure on Windows. #1496 2015-07-28 14:00:43 -07:00
Roman Ivanov d5ce987cdd workaround: Investigate TreeWalkerTest.testDestroyNonExistingCache failure on Windows. #1496 2015-07-28 14:00:01 -07:00
Roman Ivanov 4ad8894fd7 workaround: Investigate TreeWalkerTest.testDestroyNonExistingCache failure on Windows. #1496 2015-07-28 13:26:35 -07:00
Michal Kordas 70d6e7afbc Add test cases and refactor JavadocStyle check. #1308 2015-07-28 10:13:00 -07:00
Roman Ivanov ea9ff3965d 100% UTs coverage for PropertyCacheFile. Refactoring of PropertyCacheFile. #1294 2015-07-28 10:12:18 -07:00
Aleksandr Ivanov 0ce872d7cc Updated configuration for Eclipse Mars in xdoc #1464 2015-07-28 08:51:53 -07:00
Aleksandr Ivanov 4f60f045d8 Fixed compilation error for CustomImportOrder input file #1470 2015-07-28 11:42:32 +03:00
Ilja Dubinin f1dc9b205d coverage has been increased to 100% in RughtCurlyCheck. Issue #1291 2015-07-27 19:33:58 -07:00
Ruslan Diachenko 2282f82cb7 Issue #1287: 'ClassFanOutComplexityCheck' UT coverage improved 2015-07-27 19:28:24 -07:00
Ruslan Diachenko 23c9322367 Issue #1287: 'NPathComplexityCheck', 'CyclomaticComplexityCheck', 'AbstractComplexityCheck' refactored, UT coverage improved 2015-07-27 19:27:03 -07:00
Ilja Dubinin 71d0a829e4 Coverage has been increased t0 100% in LeftCurlyCheck. Issue #1291 2015-07-27 16:13:57 -07:00
Michal Kordas 9dbc719566 Add test case and refactor JavadocUtils. #1308 2015-07-27 21:21:18 +02:00
Baratali Izmailov 576d593f6c Issue #1293: Refactoring of IllegalTypeCheck 2015-07-26 11:03:24 -07:00
Roman Ivanov 2f987d2f18 CheckDocsDoclet.java was removed as it is not used in a project. 2015-07-25 23:42:08 -07:00
Roman Ivanov e689662e9d 100% coverage for PackageNamesLoader. #1294 2015-07-25 22:54:55 -07:00
Ruslan Diachenko 33efb558db Issue #1289: 'AbstractParenPadCheck' UT coverage improved 2015-07-25 22:42:39 -07:00
Ilja Dubinin b219e2ff88 Coverage has been increased to 100% in EmptyBlockCheck. Issue #1291 2015-07-25 22:31:54 -07:00