> Actually, I've got one more comment. Not a biggie, but since I'm already
> here. :-) The constructor of ClassPredicate interprets a null value as
> equivalent to Object.class. It might be a good idea to shy away from
> default behaviour, and instead throw a NullPointerException.

Or an IllegalArgumentException. Browse archives to see the reasons for and against 
throwing NPE / IEA when someone is providing an illegal argument that happens to be a 
null pointer.

/O


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to