[richfaces-issues] [JBoss JIRA] Created: (RF-8975) Move access to annotations in the CDK APT to the AnnotationMirrors

Alexander Smirnov (JIRA) jira-events at lists.jboss.org
Fri Jul 23 20:45:33 EDT 2010


Move access to annotations in the CDK APT to the AnnotationMirrors
------------------------------------------------------------------

                 Key: RF-8975
                 URL: https://jira.jboss.org/browse/RF-8975
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: CDK
            Reporter: Alexander Smirnov
            Assignee: Alexander Smirnov
             Fix For: 4.0.0.Milestone2


That is probably bug in the Java Compiler API. Although description of getAnnotation method http://java.sun.com/javase/6/docs/api/javax/lang/model/element/Element.html#getAnnotation(java.lang.Class) promises to throw MirroredTypesException in attempt to get array of classes, only the first value available. Hence, model ignores additional values in annotations.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list