ajwang / groovypptest

Automatically exported from code.google.com/p/groovypptest
0 stars 0 forks source link

private static final string class attribute are null at run time in a grails application #407

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Very simple grails app using grails 2.0.1 

added a compile dependency 

compile group: 'org.mbte.groovypp', 
name: 'groovypp-all-nodep', version: '0.9.0_1.8.2'

A simple controller declaring

private static final String foo = 'hello'

at runtime the value of foo is null

Original issue reported on code.google.com by marco.de...@gmail.com on 8 Mar 2012 at 4:59