« Return to Thread: ArrayList.propertyMissing ?

Re: ArrayList.propertyMissing ?

by melix :: Rate this Message:

Reply to Author | View in Thread

I do use a custom class (that extends ArrayList) and it doesn't work either. Seems like the propertyMissing method that is used is always the default Groovy one. Looks like a bug to me, but I'd like to be sure ;)

Jochen Theodorou wrote:
melix schrieb:
> Thanks, but what I'd like is exactly the opposite : in my DSL, I need to be
> able to override the default propertyMissing method. It seems to be
> impossible, but I may be wrong.

does it have to be ArrayList? Cant you use a custom class?

bye blackdrag

--
Jochen "blackdrag" Theodorou
The Groovy Project Tech Lead (http://groovy.codehaus.org)
http://blackdragsview.blogspot.com/
http://www.g2one.com/

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

 « Return to Thread: ArrayList.propertyMissing ?