Description
Using GGTS, look at a class like this:
@CompileStatic class MyHelper { def someMethod() { // Person is a domain class // withSession is a method that is added to // Groovy domain classes by an AST transformation // provided by Grails Person.withSession {} } }
There will be an error show in the source view.
There will not be an error shown in the "Problems" panel.
On the command line, using "grails compile" everything works fine.
This issue was discussed with Jeff Brown and kdvolder.