Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.5.7, 1.6-beta-2
-
None
-
None
Description
This scripts throws an MPE in the current 1.6 and 1.5.7 SVN heads:
class Foo { def getProperty(String name) { println name } } class Bar extends Foo{} def bar = new Bar() bar.foo
It used to work in 1.5.6 and 1.6 beta 1
Attachments
Issue Links
- is depended upon by
-
GROOVY-2865 Groovy/Grails Joint Build: Single char property name not resolving like they used to. Resulting in MPE
- Closed