Commit Graph

32 Commits

Author SHA1 Message Date
Vladislav Lisetskiy 6c04cd63af Issue #2239: Extend RequireThis check message 2015-12-24 13:56:45 -08:00
rnveach 4424370783 Issue #2451: removed excess hierarchy from RequireThisCheck 2015-11-07 17:12:52 -08:00
Roman Ivanov 3a0c8e63df minor: old suppressions for findbugs were removed 2015-10-07 11:12:19 -07:00
Roman Ivanov 5f5142b232 Issue #985: Fix PMD violations for ShortVariable rule 2015-10-06 19:33:06 -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
Andrei Selkin 289ef67e9e Marked 'maxLineLength' as '@Deprecated' at LeftCurlyCheck, issue #965 2015-08-12 08:20:12 +03:00
Bhavik Patel eb5896a4a1 Fix PMD violations for AbstractNaming rule #983 2015-06-18 23:22:00 +05:30
Thomas Jensen 3090cf0dab FileContents.getFileName() - resolve issue #1205 2015-06-13 00:27:13 +02:00
Michal Kordas 500bf308fa Rename CheckStyleTask to CheckstyleAntTask. #1108 2015-06-07 10:38:58 -07:00
Michal Kordas 4f910b8be9 Move Regexp check from miscellaneous to regexp category. #1170 2015-06-06 18:59:32 -07:00
Roman Ivanov 6cdcfc135a Findbugs violation: defines compareTo(LineColumn) and uses Object.equals(). #911 2015-05-15 23:52:15 -07:00
Roman Ivanov e6034ec381 Findbugs violation: AuditEvent.message is transient but isn't set by deserialization. #909 2015-05-15 17:04:32 -07:00
Roman Ivanov cd6f271a6b explanation for findbug suprpession. #778 2015-05-15 15:52:57 -07:00
Roman Ivanov 5e0b6286ac Findbugs violation: api.TokenTypes do System.exit(...). #923 2015-05-15 15:31:59 -07:00
Roman Ivanov c3dc1a94f3 Findbugs violation: resolve all violations from gui package. #925 2015-05-15 13:23:17 -07:00
Roman Ivanov d6938de537 explanation of suppression was added. #910 2015-05-15 10:38:21 -07:00
Roman Ivanov 93e0187129 removal of validation suppressions, and resoling of them. Issue #596 2015-05-05 17:40:26 -04:00
Michal Kordas f9374238b2 Fix inner class should be static FindBugs violations, issue #928
All violations of [SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS](http://findbugs.sourceforge.net/bugDescriptions.html#SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS) are fixed.
2015-05-01 09:28:08 -07:00
Mehmet Can Cömert 335d28b494 issue969: Fix upper/lower case conversation, enhance tests 2015-04-23 12:43:24 -07:00
Roman Ivanov 1f330e03d4 suppress for findbugs violations SIC_INNER_SHOULD_BE_STATIC_NEEDS_THIS. Issue #912 2015-04-13 17:21:29 -07:00
Roman Ivanov 660f94170a suppressions for findbugs violations. Issue #912 2015-04-13 16:40:31 -07:00
Roman Ivanov 15df751000 suppressions for Findbugs violations in gui package. Issue #912 2015-04-12 23:54:39 -07:00
Roman Ivanov 032faf4eb4 fix and suppressions for Findbugs violations UWF_FIELD_NOT_INITIALIZED_IN_CONSTRUCTOR. Issue #912 2015-04-12 23:45:56 -07:00
Roman Ivanov 674176022a suppressions for Findbugs violations DM_EXIT. Issue #912 2015-04-12 23:16:18 -07:00
Roman Ivanov d8f642d4e2 suppressions for Findbugs violations DM_CONVERT_CASE should be resolved by issue #896. Issue #912 2015-04-12 23:10:23 -07:00
Roman Ivanov 5ab6d1a83e suppressions for Findbugs violations BC_UNCONFIRMED_CAST. Issue #912 2015-04-12 22:55:33 -07:00
Roman Ivanov dd7b7f59dd suppressions for Findbugs violations DM_EXIT. Issue #912 2015-04-12 09:35:04 -07:00
Roman Ivanov d2ddade960 suppressions for Findbugs violations REC_CATCH_EXCEPTION. Issue #912 2015-04-12 00:16:13 -07:00
Roman Ivanov 7dd24c8c35 fix for Findbugs violations NM_CONFUSING. Issue #912 2015-04-11 15:41:46 -07:00
Roman Ivanov 65e15b32db Findbugs with default configuration is enforced, some violations were added to exclude with reason in comment. Issue #778 2015-04-08 23:33:35 -07:00
Roman Ivanov 480de89b47 exculde for Findbugs violation DM_DEFAULT_ENCODING. Issue #778 2015-04-08 14:18:41 -07:00
Michal Kordas 26e72b35ca Disable Findbugs for 'grammars' package, issue #778
Package `com.puppycrawl.tools.checkstyle.grammars` contains only autogenerated code, so it should be excluded from Findbugs analysis.
2015-03-29 18:33:56 +02:00