Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #6 from zanata/findbugs-filter-ft-beta
Browse files Browse the repository at this point in the history
Filter findbugs beta warnings for ClientPushWorkFlow
  • Loading branch information
seanf committed Mar 26, 2014
2 parents 7d2302a + 4f69ef2 commit fe5e612
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions findbugs-filter.xml
Expand Up @@ -2,4 +2,17 @@
<Match>
<Class name="~.*\.HelpMojo" />
</Match>

<!--
ClientPushWorkFlow uses the @Beta classes SimpleTimeLimiter
and CharStreams.
-->
<Match>
<Class name="org.zanata.workflow.ClientPushWorkFlow" />
<Bug pattern="GBU_GUAVA_BETA_CLASS_USAGE" />
<Or>
<Method name="callWithTimeout" />
<Method name="getOutput" />
</Or>
</Match>
</FindBugsFilter>

0 comments on commit fe5e612

Please sign in to comment.