« Return to Thread: ArrayList.propertyMissing ?

Re: ArrayList.propertyMissing ?

by Jochen Theodorou :: Rate this Message:

Reply to Author | View in Thread

melix schrieb:
> 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 ;)

it does not even go to property missing. property misssing is kind of
new and the GPath implementation is much older. It is of course an
interesting idea to support gpaths through property missing...

Of course overwriting propertyMissing through user code would then also
mean, that any gpath expression used might no longer work.

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 ?