classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Re: Patch: Boolean.compareTo(Boolean) implemented


From: Stuart Ballard
Subject: [cp-patches] Re: Patch: Boolean.compareTo(Boolean) implemented
Date: Mon, 7 Nov 2005 17:32:29 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]