# HG changeset patch # User Christian Wimmer # Date 1440090793 25200 # Node ID 47f46b5ae8382756924188e31fae0edc942e0a79 # Parent c9410ab830e0f7730a6ffb2e53c77d23e0789ee2 Disable findbugs for jtt projects, since mx is no longer doing that automatically diff -r c9410ab830e0 -r 47f46b5ae838 mx.graal/suite.py --- a/mx.graal/suite.py Wed Aug 19 17:36:20 2015 -0700 +++ b/mx.graal/suite.py Thu Aug 20 10:13:13 2015 -0700 @@ -396,6 +396,7 @@ "checkstyle" : "com.oracle.graal.graph", "javaCompliance" : "1.8", "workingSets" : "Graal,LIR", + "findbugs" : "false", }, "com.oracle.graal.lir.test" : { @@ -798,6 +799,7 @@ "javaCompliance" : "1.8", "workingSets" : "Graal,Test", "jacoco" : "exclude", + "findbugs" : "false", }, # ------------- GraalTruffle -------------