Skip to content

Commit

Permalink
[Truffle] Findbugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed May 19, 2015
1 parent 31de8b2 commit 901b9d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tool/truffle-findbugs-exclude.xml
Expand Up @@ -134,6 +134,10 @@
<Class name="org.jruby.truffle.pack.runtime.PackResult" />
<Bug pattern="EI_EXPOSE_REP" />
</Match>
<Match>
<Class name="org.jruby.truffle.nodes.control.SequenceNode" />
<Bug pattern="EI_EXPOSE_REP" />
</Match>

<!-- Hacks that should go away at some point -->

Expand Down

0 comments on commit 901b9d5

Please sign in to comment.