Skip to content
Snippets Groups Projects
Commit 2bf4c3fb authored by Mick Jordan's avatar Mick Jordan
Browse files

findbugs fixes

parent 8a499503
Branches
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ public final class Utils {
}
}
private static Charset UTF8;
private static volatile Charset UTF8;
public static Charset getUTF8() {
if (UTF8 == null) {
......
......@@ -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(\$.*)?"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment