On Feb 17, 2009, at 12:57, Ondřej Čada wrote:

Just bumped into a ugly thing: a WOConditional considers a BigDecimal 'false' for values < 1 -- self-evidently, it checks an integer value of the thing.

Just for reference, is that my fault or WO fault? To be quite frank, I cannot find in specifications the exact API contract for this... I've always thought the C rules apply there (i.e., for any numeric value, nonzero equals true), but quite clearly they do not :(

The Java language specification does not allow conversion of non- boolean primitives to boolean primitives. The java.lang.Number API is consistent with this: it does not have a boolean-export method. In short: there is no contract for this. So, if it is happening, it is a library-specific process, so I guess we just have to accept whatever WO (in this case) does.

F _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to