Anthony Balkissoon <abalkiss <at> redhat.com> writes:
> JAPI pointed out that this method ( <at> since 1.5) wasn't implemented so I
> wrote it.
> 
> JAPI also said that Boolean.compareTo(Object) is missing, but I don't
> believe that's actually in the JDK library.  It's not in the specs and a
> testcase I wrote using it doesn't compile. JAPI problem?

What japi run were you looking at exactly? It's not showing as missing in
http://www.kaffe.org/~stuart/japi/htmlout/cvs/h-jdk15-classpath-generics.html

If you're not looking at the cvs runs, you should be, *especially* if you're
looking to work on generics stuff (Boolean.compareTo is an implementation of a
method in the Comparable<Boolean> interface).

I know, I know, I need to make the cvs runs the default so people aren't looking
at bad data. Mea culpa. But in the meantime...

(oh, and compareTo(Object) is a compiler-generated bridge method; CVS japi knows
to ignore those but the non-cvs version doesn't)

Stuart.



_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to