Skip to content

Commit

Permalink
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tool/truffle-findbugs-exclude.xml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
<Bug pattern="DM_EXIT" />
</Match>
<Match>
<Class name="org.jruby.truffle.nodes.TopLevelRaiseHandler" />
<Class name="org.jruby.truffle.nodes.exceptions.TopLevelRaiseHandler" />
<Bug pattern="DM_EXIT" />
</Match>

@@ -44,7 +44,7 @@
<!-- Sometimes we really do want to compare floating point equality -->

<Match>
<Class name="org.jruby.truffle.nodes.core.FixnumNodes$PowNode" />
<Class name="org.jruby.truffle.nodes.core.fixnum.FixnumNodes$PowNode" />
<Bug pattern="FE_FLOATING_POINT_EQUALITY" />
</Match>
<Match>
@@ -56,7 +56,7 @@
<Bug pattern="FE_FLOATING_POINT_EQUALITY" />
</Match>
<Match>
<Class name="org.jruby.truffle.nodes.core.FixnumNodes$EqualNode" />
<Class name="org.jruby.truffle.nodes.core.fixnum.FixnumNodes$EqualNode" />
<Bug pattern="FE_FLOATING_POINT_EQUALITY" />
</Match>
<Match>
@@ -124,7 +124,7 @@
<Bug pattern="SIC_INNER_SHOULD_BE_STATIC_ANON" />
</Match>
<Match>
<Class name="org.jruby.truffle.nodes.RubyCallNode" />
<Class name="org.jruby.truffle.nodes.dispatch.RubyCallNode" />
<Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS" />
</Match>

0 comments on commit 09f0912

Please sign in to comment.