Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6.2
-
None
-
None
Description
As noticed in this issue:
http://jira.codehaus.org/browse/GROOVY-3509
and thread:
http://www.nabble.com/Inconsistency-in-GPath-td23427805.html
There's an NPE coming from MetaClassRegistryImpl that shouldn't be coming from there, but from NullObject.
The fix for GROOVY-3509 may make this NPE disappear, but the root cause is most probably still there.