Community
Participate
Working Groups
Example: ----- class foo { int x def s() {} def static create new MySub() newFoo() { s() x =2 } } ------- the access to "x" and to "s()" both need to be flagged as an error since they're not available in static context. Currently, there is no error.
Wont't fix since we won't allow static create methods. See bug 365082.