Comment 10 for bug 1058398

Revision history for this message
Paul J. Lucas (paul-lucas) wrote :

FYI: similar to the way the casting code used to be, having this code return false rather than throw an exception for incomparable items will needlessly construct expensive ZorbaException objects. There's currently no way to ask "are Items i and j comparable to each other?".