Skip to content

Commit f8bc99c

Browse files
committed
[Truffle] Ignore a couple of FindBugs warnings we don't care about.
1 parent dedc7b4 commit f8bc99c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tool/truffle-findbugs-exclude.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,8 @@
9494
<Class name="org.jruby.truffle.nodes.RubyCallNode" />
9595
<Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS" />
9696
</Match>
97+
<Match>
98+
<Class name="~org\.jruby\.truffle\.runtime\.DebugOperations.*" />
99+
<Bug pattern="URF_UNREAD_FIELD" />
100+
</Match>
97101
</FindBugsFilter>

0 commit comments

Comments
 (0)