JESS: MethodNameComparator generates error in 70b3

2005-10-26 Thread Semmel, Glenn S
I just updated from 70a4 to 70b3. During compile of Jess 70b3 in Eclipse, I receive the following error in MethodNameComparator.java: The method compareTo(String) in the type String is not applicable for the arguments (Object) I looked at the source files and noted the following differences:

Re: JESS: MethodNameComparator generates error in 70b3

2005-10-26 Thread ejfried
I think Semmel, Glenn S wrote: I looked at the source files and noted the following differences: 70b3's compare() ends with: return ((String) o1).compareTo(o2); Whereas 70a4's compare ends with: return ((String) o1).compareTo((String) o2); Interesting! If you look at the