|
Just in case it helps. In a typical Grails controller the scaffold statement will stop groovy compiler from adding "LineNumberTable" to the final compiled class:
<code> def scaffold = User <code> But the below code will be compiled with line information though: <code> looks like bad line number information from the parser was causing this
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GROOVY-2535