Commit Graph

162 Commits

Author SHA1 Message Date
Baratali Izmailov 33b12f5f3d Issue #1566: Added NPathComplexityCheck to checkstyle_checks 2015-08-27 13:23:44 -04:00
Baratali Izmailov a8ad56697b Issue #1566: Added ExecutableStatementCountCheck to checkstyle_checks 2015-08-27 10:59:14 -04:00
Baratali Izmailov 5b01236f52 Issue #1566: Refactoring of JavadocMethodCheck to reduce its method length. 2015-08-27 06:30:30 -07:00
Ruslan Diachenko 085ce12db0 Issue #1566: MultipleStringLiterals violations fixed 2015-08-26 00:00:09 +01:00
Andrei Selkin 841746e9c3 Removed suppression for SwitchDensity rule from PMD, issue #973 2015-08-25 04:59:50 -07:00
Michal Kordas e15a64e6c7 Remove obsolete entry from PMD configuration. #877 2015-08-25 04:52:50 -07:00
Michal Kordas 8f86620e72 Fix typos in quality profile files. #1555
Fixes some `SpellCheckingInspection` inspection violations.

Description:
>Spellchecker inspection helps locate typos and misspelling in your code, comments and literals, and fix them in one click.
2015-08-25 04:38:37 -07:00
Baratali Izmailov 8d727a31ac Issue #1566: TrailingCommentCheck was added to checkstyle_checks.xml. False-positives were added to suppressions 2015-08-25 13:25:46 +03:00
Baratali Izmailov 0c75b3af74 Issue #1566: New Checks added to checkstyle_checks config 2015-08-22 08:25:42 -04:00
Ruslan Diachenko 553e36c2ea Issue #1566: IllegalType suppressions were added 2015-08-21 15:19:56 +03:00
Roman Ivanov 9832267904 Issue #1566 . DesignForExtension was suppresed in checkstyle code validation till next major release. 2015-08-17 15:40:56 +03:00
Ruslan Diachenko 23c8774d2e Issue #1566: AvoidInlineConditional violations fixed 2015-08-17 07:01:20 +03:00
Ruslan Diachenko d3408eb4e4 Issue #1566: InnerTypeLast turned on 2015-08-14 16:57:33 +03:00
Ruslan Diachenko 242028813d Issue #1566: ModifiedControlVariable violations fixed 2015-08-14 16:56:18 +03:00
Andrei Selkin 289ef67e9e Marked 'maxLineLength' as '@Deprecated' at LeftCurlyCheck, issue #965 2015-08-12 08:20:12 +03:00
Ruslan Diachenko 3bd699bd59 Issue #1566: HiddenField violations fixed 2015-08-12 08:19:21 +03:00
Andrei Selkin b42c26a8cd Restricted suppression for gui-package, issue #1555 2015-08-10 10:14:28 +03:00
Ruslan Diachenko 6e6f2052a6 Issue #1566: unused imports removed 2015-08-09 14:21:49 +03:00
Andrei Selkin 2da1686445 Added CommentsIndentationCheck into checkstyle_checks.xml, issue #333. 2015-08-08 11:54:21 +03:00
Michal Kordas fd794d428c Remove unnecessary consecutive lines in Checkstyle code. #1534 2015-08-02 18:41:32 -07:00
Michal Kordas 88cc5edb4c Enable NonEmptyAtclauseDescription check on Checkstyle code. #945 2015-08-01 13:20:40 -07:00
Andrei Selkin f8ba0d7279 Fix BooleanExpressionComplexity check violations in Checkstyle code, issue #1052 2015-08-01 09:42:45 -07:00
Roman Ivanov aaf39002ac 100% coverage for Main.java . #1294 2015-07-29 00:29:25 -07:00
Aleksandr Ivanov dba2da926c Enable CustomImportOrder #1459 2015-07-24 23:07:07 +03:00
Aleksandr Ivanov acbd47a66b ImportOrder enabled in configuration #1448 2015-07-23 08:58:42 +03:00
Andrei Selkin 2661faec4c Add UniquePropertiesCheck into checkstyle_checks.xml, issue #1129. 2015-07-21 17:56:45 -07:00
Andrei Selkin 6c1b26a836 Fix RegexpHeader causing exception with default config, issue #1129. 2015-07-18 12:41:27 +03:00
Vladislav Lisetskiy 02aaa1b7f6 update build procedure to validate all XML files against their schemas,
#1275
2015-07-11 06:33:49 -07:00
Bhavik Patel 4e821bf489 Fix AbstractClassName Check on checkstyle code #945 2015-07-05 22:46:29 -07:00
Michal Kordas 4ea1896f46 Fix PMD violations of AvoidCatchingGenericException rule. #959 2015-06-28 10:13:43 -07:00
Bhavik Patel ec414646ea Fix AvoidEscapedUnicodeCharacters Check in Checkstyle Code. #945 2015-06-27 23:10:49 -07:00
Roman Ivanov efb8158021 checkstyle_checks.xml was extended to catch TODO and FIXME, javadoc/xdoc also updated to have more useful example 2015-06-27 20:47:40 -07:00
Bhavik Patel 733d5d64dd Ineffective suppressions are removed 2015-06-27 21:51:22 +05:30
Bhavik Patel bc83a3a82f Fix AbbreviationAsWordInName Check in Checkstyle Code. #945 2015-06-27 21:22:53 +05:30
Bhavik Patel 49928eafc9 PMD violations: UncommentedEmptyMethod Fixed #995 2015-06-24 10:48:45 +05:30
Bhavik Patel 196522bba7 Fixes PMD violations: EmptyMethodInAbstractClassShouldBeAbstract #997 2015-06-23 21:21:09 -07:00
Bhavik Patel eb5896a4a1 Fix PMD violations for AbstractNaming rule #983 2015-06-18 23:22:00 +05:30
Roman Ivanov 0382b7907b comment was added to expain suppress. #953 2015-06-17 23:20:20 -07:00
Roman Ivanov 1634289dd3 suppression rules for NPathComplexity. #953 2015-06-15 23:33:51 -07:00
Roman Ivanov d0d9220e28 added explanation of exclusion for XXXXXCyclomaticComplexity. #954 2015-06-15 23:22:02 -07:00
Roman Ivanov a5dcfb66cb Cyclomatic complexity become 11. #954 2015-06-15 22:45:32 -07:00
Roman Ivanov fbbbc950e7 CustomImportOrderCheck was temporary adde to suppression as it is hard to resolve Cyclomatic complexity violation. #954 2015-06-14 21:56:05 -07:00
Roman Ivanov a5349f581e failed attempt to reduce complexity in VariableDeclarationUsageDistanceCheck. #954 2015-06-14 21:56:05 -07:00
Roman Ivanov 096100222d activation of Cyclomatic complexity with level 12. #954 2015-06-14 21:56:04 -07:00
Roman Ivanov 857b6c75f5 Cyclomatic complexity was commented out again as code update is not finished. #954 2015-06-13 23:09:33 -07:00
Roman Ivanov 3c99349a84 FinalLocalVariableCheck updated to follow Cyclomatic Complexity rule. #954 2015-06-13 23:01:30 -07:00
Roman Ivanov cefc92307e added deprecated classes and methods to pmd config for Cyclomatic complexity. #954 2015-06-13 23:01:30 -07:00
Roman Ivanov c99f34002b RightCurlyCheck updated to follow Cyclomatic Complexity rule. #954 2015-06-13 23:01:30 -07:00
Roman Ivanov ca2572e99a suppression for method in Main clas 2015-06-13 23:01:29 -07:00
Roman Ivanov 109c032721 testing 2015-06-13 23:01:29 -07:00