When called on a null object, the toString() methods reports something like org.codehaus.groovy.runtime.NullObject@2f71e2 while a NPE would be more appropriate.
When called on a null object, the toString() methods reports something like org.codehaus.groovy.runtime.NullObject@2f71e2 while a NPE would be more appropriate.
This causes a problem in GRAILS see GRAILS-648