diff mx/suite.py @ 20957:71509cb61f17

SL: add findbugs dependency to generate findbugs avoid warnings annotations for object comparisons.
author Christian Humer <christian.humer@gmail.com>
date Tue, 14 Apr 2015 19:56:01 +0200
parents c9a8c62c60fc
children 4514065de564
line wrap: on
line diff
--- a/mx/suite.py	Tue Apr 14 15:16:14 2015 +0200
+++ b/mx/suite.py	Tue Apr 14 19:56:01 2015 +0200
@@ -1037,6 +1037,7 @@
       "dependencies" : [
         "com.oracle.truffle.api.dsl",
         "com.oracle.truffle.api.object",
+        "FINDBUGS"
       ],
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",