Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0-beta-8
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
When I was trying to compile groovy against 1.5 libs using eclipse, I have found one problem with ambigious constructor (it got overloaded in 1.5 and null is passed in place of overloaded parameter unfortunately). In attached patch, there is a simple fix, which will work on both 1.4 and 1.5
Patch for GroovyCodeSource to disambiguate CodeSource constructor