Re: RFR: 8027170: Annotations declared on super-super-class should be overridden by super-class

2013-10-24 Thread Joel Borggrén-Franck
Looks good Andreas. I can sponsor this. cheers /Joel On 24 okt 2013, at 17:18, Andreas Lundblad wrote: > Hi, > > Please review the fix for JDK-8027170 below. > > Description: > Class.getAnnotationsByType did not differentiate between annotations in > superclass and annotations in supersuper

RFR: 8027170: Annotations declared on super-super-class should be overridden by super-class

2013-10-24 Thread Andreas Lundblad
Hi, Please review the fix for JDK-8027170 below. Description: Class.getAnnotationsByType did not differentiate between annotations in superclass and annotations in supersuperclass. This is however required by the definition of associated annotations. The patch addresses this issue by modifyi