comparison 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
comparison
equal deleted inserted replaced
20956:2170de9acab0 20957:71509cb61f17
1035 "subDir" : "graal", 1035 "subDir" : "graal",
1036 "sourceDirs" : ["src"], 1036 "sourceDirs" : ["src"],
1037 "dependencies" : [ 1037 "dependencies" : [
1038 "com.oracle.truffle.api.dsl", 1038 "com.oracle.truffle.api.dsl",
1039 "com.oracle.truffle.api.object", 1039 "com.oracle.truffle.api.object",
1040 "FINDBUGS"
1040 ], 1041 ],
1041 "checkstyle" : "com.oracle.graal.graph", 1042 "checkstyle" : "com.oracle.graal.graph",
1042 "javaCompliance" : "1.8", 1043 "javaCompliance" : "1.8",
1043 "annotationProcessors" : ["com.oracle.truffle.dsl.processor"], 1044 "annotationProcessors" : ["com.oracle.truffle.dsl.processor"],
1044 "workingSets" : "Truffle,SimpleLanguage", 1045 "workingSets" : "Truffle,SimpleLanguage",