Skip to content

Commit

Permalink
[Truffle] FindBugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Apr 30, 2015
1 parent 5da8955 commit d34f7e9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tool/truffle-findbugs-exclude.xml
Expand Up @@ -7,6 +7,10 @@
<Class name="~.*NodeFactory.*" />
</Match>

<Match>
<Class name="~.*NodeGen.*" />
</Match>

<!-- Sometimes we really do want to exit - but we should rethink for multi-tennant -->

<Match>
Expand Down Expand Up @@ -90,6 +94,14 @@
<Class name="org.jruby.truffle.nodes.debug.AssertNotCompiledNode" />
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD" />
</Match>
<Match>
<Class name="org.jruby.truffle.nodes.debug.AssertConstantNode" />
<Bug pattern="URF_UNREAD_FIELD" />
</Match>
<Match>
<Class name="org.jruby.truffle.nodes.debug.AssertNotCompiledNode" />
<Bug pattern="URF_UNREAD_FIELD" />
</Match>
<Match>
<Class name="~org\.jruby\.truffle\.runtime\.DebugOperations.*" />
<Bug pattern="URF_UNREAD_FIELD" />
Expand Down

0 comments on commit d34f7e9

Please sign in to comment.