Skip to content

Commit

Permalink
findbugs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mick Jordan committed Jul 19, 2014
1 parent 8a49950 commit 2bf4c3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public static String tildeExpand(String path) {
}
}

private static Charset UTF8;
private static volatile Charset UTF8;

public static Charset getUTF8() {
if (UTF8 == null) {
Expand Down
4 changes: 4 additions & 0 deletions mx.fastr/findbugs-exclude.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<Match>
<Class name="com.oracle.truffle.r.parser.RLexer"/>
</Match>
<!-- exclude RAccuracyInfo (translated from GnuR) -->
<Match>
<Class name="com.oracle.truffle.r.runtime.RAccuracyInfo"/>
</Match>
<!-- exclude generated node factory classes -->
<Match>
<Class name="~com\.oracle\.truffle\.r\.nodes\..*Factory(\$.*)?"/>
Expand Down

0 comments on commit 2bf4c3f

Please sign in to comment.