classpath-testresults
[Top][All Lists]
Advanced

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

Re: [cp-testresults] Re: Japi diffs for classpath


From: Stuart Ballard
Subject: Re: [cp-testresults] Re: Japi diffs for classpath
Date: Wed, 15 Mar 2006 21:28:46 -0500

(oops, forgot to reply to all last time. Trying again...)

On 15 Mar 2006 18:00:37 -0700, Tom Tromey <address@hidden> wrote:
> >>>>> "Stuart" == Stuart Ballard <address@hidden> writes:
>
>     constructor javax.accessibility.AccessibleResourceBundle(): deprecated
>     in classpath, but not deprecated in jdk15
>
> This actually is deprecated according to the javadoc.
> Perhaps they changed to using an annotation?

Or Javadoc is treating deprecation as if it inherits from the class to
its constructor. More research needed...

>     method java.util.Collections.max(java.util.Collection): type
>     java.lang.Object in classpath, but type T in jdk15
>
> The mention of 'T' here is odd.

It is, especially since it looks like they took pains to ensure that
the T in question erases to Object and not Comparable as it otherwise
would (<T extends Object & Comparable<? super T>).

Japi's supposed to consider replacing a nongeneric type with something
that erases to that type as okay.

Both of these are good catches; I'll look into them further.

Stuart.
--
http://sab39.dev.netreach.com/




reply via email to

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