suppressions for Findbugs violations BC_UNCONFIRMED_CAST. Issue #912

This commit is contained in:
Roman Ivanov 2015-04-12 22:55:33 -07:00
parent dd7b7f59dd
commit 5ab6d1a83e
1 changed files with 5 additions and 0 deletions

View File

@ -63,4 +63,9 @@
<Class name="com.puppycrawl.tools.checkstyle.Main" />
<Bug pattern="DM_EXIT" />
</Match>
<Match>
<!-- have never been a case for years, Eclipse does not show any other classes inherited from CommonASTWithHiddenTokens -->
<Class name="com.puppycrawl.tools.checkstyle.api.DetailAST" />
<Bug pattern="BC_UNCONFIRMED_CAST" />
</Match>
</FindBugsFilter>