Skip to content

Commit

Permalink
[Truffle] FindBugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed May 13, 2015
1 parent 6329bb4 commit 1b6729a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tool/truffle-findbugs-exclude.xml
Expand Up @@ -106,6 +106,10 @@
<Class name="~org\.jruby\.truffle\.runtime\.DebugOperations.*" />
<Bug pattern="URF_UNREAD_FIELD" />
</Match>
<Match>
<Class name="org.jruby.truffle.runtime.subsystems.AtExitManager" />
<Bug pattern="DE_MIGHT_IGNORE" />
</Match>

<!-- Stuff we just don't agree with -->

Expand Down

0 comments on commit 1b6729a

Please sign in to comment.