Scott Gray wrote:
A rhs was a FastList for IN operations which doesn't implement
Comparable, hence a ClassCastException, in hindsight I should have
changed those compare methods in the super class as well.

Hmm.  Why is FastList being based to an EntityComparisonOperator?

This is a larger bug; the lhs should be compared to each of the rhs items in that case. Or IN(and NOT_IN) shouldn't be comparisons(perhaps EntityBooleanOperator).

Reply via email to