Commit Graph

22 Commits

Author SHA1 Message Date
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