Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1-rc-1
-
None
-
None
Description
The map of closures coercion to classes mechanism has some flows.
The groovy code generated has syntax errors for methods not overriding any other method.
Only public methods can be overridden.
Furthermore, the mechanism won't work when using arrays as the simple name of classes are used ( [java.langString, etc... instead of String[])