[Truffle] Fix FindBugs.

This commit is contained in:
Benoit Daloze 2015-07-31 21:01:31 +02:00
parent 61202b9783
commit 1e1d3b50a9
1 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,10 @@
<Class name="org.jruby.truffle.nodes.exceptions.TopLevelRaiseHandler" />
<Bug pattern="DM_EXIT" />
</Match>
<Match>
<Class name="org.jruby.truffle.nodes.core.CoreMethodNodeManager" />
<Bug pattern="DM_EXIT" />
</Match>
<Match>
<Class name="org.jruby.truffle.nodes.core.CoreMethodNodeManager$AmbiguousOptionalArgumentChecker" />
<Bug pattern="DM_EXIT" />
@ -157,6 +161,10 @@
<Class name="org.jruby.truffle.nodes.core.FiberNodes$FiberResumeMessage" />
<Bug pattern="EI_EXPOSE_REP" />
</Match>
<Match>
<Class name="org.jruby.truffle.runtime.methods.Arity" />
<Bug pattern="EI_EXPOSE_REP" />
</Match>
<!-- Hacks that should go away at some point -->