Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.5.7, 1.6-beta-2
-
Fix Version/s: 1.5.7, 1.6-beta-2
-
Component/s: None
-
Labels:None
-
Number of attachments :
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
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
-
fixed