>>>>> "Jim" == Jim Murphy <[EMAIL PROTECTED]> writes:
Jim> The bad comparator implementation assumes that o1 is a Foo and o2 Jim> is a Bar. This "works" when running on the Sum JRE Jim> implementation of Ccollections.binarySearch but fails with the Jim> CLASSPATH's implementation because the types are transposed. Yeah. We actually hit this in Eclipse once. In that case we were able to fix it upstream. Jim> If a goal of CLASSPATH is to be broadly useful does being "bug for bug" Jim> compatible matter to you guys? Would you consider this a bug? There's no question that there is a bug in the library you're using :-) I'm ambivalent about fixing this in Classpath. There was a similar case recently where in the end I think we decided not to make a decision... I guess you could force the issue by writing a patch for review. Then somebody would actually have to take a stand. Tom _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

