[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/28203] New: annotation inheritance is incorrect
From: |
tromey at gcc dot gnu dot org |
Subject: |
[Bug classpath/28203] New: annotation inheritance is incorrect |
Date: |
29 Jun 2006 17:33:13 -0000 |
Currently Class.getAnnotations implements annotation inheritance incorrectly.
There are 3 problems:
1. Only @Inherited annotations should be inherited
2. Annotations are only inherited from superclasses, not interfaces
3. An annotation should not be inherited if an annotation of the
same type is already present on the class.
--
Summary: annotation inheritance is incorrect
Product: classpath
Version: 0.92
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tromey at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28203
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug classpath/28203] New: annotation inheritance is incorrect,
tromey at gcc dot gnu dot org <=