>>>>> "Stuart" == Stuart Ballard <stuart.a.ballard@xxxxxxxxx> writes: Stuart> That's the last known bug I'm aware of in the results (if you Stuart> know of any left, please speak up!). I think I found a couple when looking through the reverse japi page. 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? 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. Tom