On 8/26/13 4:49 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:
>Hi, > >> According to SO, the 'right' fix is to change the comparator in the >> compiler code. >Do you know which comparator? Don't know off-hand. I was hoping to figure it out from the stack trace. > > >I had a look at every Collections.sort, Arrays.sort and new Comparator() >call and couldn't see anything obvious (ie no custom comparator or they >return 0,1 and -1 as far as I can tell). Yeah, I didn't see anything obvious in the 5 minutes I spent looking when I hit this at one point, but it may have to implement an interface or something like that. I'd have to go find the SO article again (which I think pointed to an Oracle article). -Alex