Skip to content

Commit

Permalink
[Truffle] Exclude bizarre FindBugs complaint.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Mar 21, 2015
1 parent 412f0ad commit 51e9606
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tool/truffle-findbugs-exclude.xml
Expand Up @@ -90,4 +90,8 @@
<Class name="org.jruby.truffle.nodes.debug.AssertNotCompiledNode" />
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
</Match>
<Match>
<Class name="org.jruby.truffle.nodes.RubyCallNode" />
<Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS" />
</Match>
</FindBugsFilter>

0 comments on commit 51e9606

Please sign in to comment.