comparison mx/suite.py @ 21420:fb17e716b03c

The annotation processor should verify proper use of @Child annotation during compilation time and prevent usage of final.
author Jaroslav Tulach <jaroslav.tulach@oracle.com>
date Tue, 19 May 2015 12:30:51 +0200
parents 082417ac43e4
children 006d8ddb7ef9
comparison
equal deleted inserted replaced
21419:c1bb8028ff63 21420:fb17e716b03c
1006 1006
1007 "com.oracle.truffle.api.dsl.test" : { 1007 "com.oracle.truffle.api.dsl.test" : {
1008 "subDir" : "graal", 1008 "subDir" : "graal",
1009 "sourceDirs" : ["src"], 1009 "sourceDirs" : ["src"],
1010 "dependencies" : [ 1010 "dependencies" : [
1011 "com.oracle.truffle.api.dsl", 1011 "com.oracle.truffle.dsl.processor",
1012 "JUNIT", 1012 "JUNIT",
1013 ], 1013 ],
1014 "checkstyle" : "com.oracle.graal.graph", 1014 "checkstyle" : "com.oracle.graal.graph",
1015 "javaCompliance" : "1.7", 1015 "javaCompliance" : "1.7",
1016 "annotationProcessors" : ["com.oracle.truffle.dsl.processor"], 1016 "annotationProcessors" : ["com.oracle.truffle.dsl.processor"],