Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-beta-4
-
None
-
None
Description
import org.xml.sax.helpers.AttributesImpl
key = "a"
attributes = new AttributesImpl()
attributes.addAttribute("", "", "${key}", "", "")
throws:
java.lang.IllegalArgumentException: argument type mismatch
attributes.addAttribute("", "", "${key}".toString(), "", "")
works
Attachments
Issue Links
- is duplicated by
-
GROOVY-410 GroovyShell.evaluate
- Closed