Hi,

Am 28.05.2014 16:05, schrieb Thiago H de Paula Figueiredo:
I guess it'll be rare to actually analyze the mutability of an object
and not of its class, but I can't see why not. :)

I don't mean to split hairs, but we always want to determine the mutability of an object. Mostly, we'll use its class to do that however.

[...] I see no need to put the Tapestry-provided first.

Alright, I'll just put one first that handles null, so we don't have to bother with that later. Btw., if we use isImmutable(Object) instead of isMutable(Object) (why do I always start writing the opening paren before the func... err.. method name), we can even use a Chain of Command (remember, true will exit the chain). :-)

Jochen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org

Reply via email to