Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tool/truffle-findbugs-exclude.xml
Original file line number Diff line number Diff line change
@@ -118,7 +118,7 @@
<Bug pattern="URF_UNREAD_FIELD" />
</Match>
<Match>
<Class name="~org\.jruby\.truffle\.runtime\.DebugOperations.*" />
<Class name="~org\.jruby\.truffle\.runtime\.core\.ModuleFields.*" />
<Bug pattern="URF_UNREAD_FIELD" />
</Match>
<Match>
@@ -132,6 +132,10 @@
<Class name="org.jruby.truffle.runtime.core.RubyException" />
<Bug pattern="NM_CLASS_NOT_EXCEPTION" />
</Match>
<Match>
<Class name="org.jruby.truffle.runtime.backtrace.BacktraceFormatter" />
<Bug pattern="DM_DEFAULT_ENCODING" />
</Match>

<!-- This is just the way the Truffle framework works -->

0 comments on commit 26f1510

Please sign in to comment.