(oops, forgot to reply to all last time. Trying again...) On 15 Mar 2006 18:00:37 -0700, Tom Tromey <tromey@xxxxxxxxxx> wrote: > >>>>> "Stuart" == Stuart Ballard <stuart.a.ballard@xxxxxxxxx> 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/