Richard Eckart de Castilho created UIMA-2608:
------------------------------------------------

             Summary: ComponentDescriptionExtractor does not support inner 
classes
                 Key: UIMA-2608
                 URL: https://issues.apache.org/jira/browse/UIMA-2608
             Project: UIMA
          Issue Type: Bug
          Components: uimafit-maven-plugin
    Affects Versions: 2.0.0uimaFIT
            Reporter: Richard Eckart de Castilho


The ComponentDescriptionExtractor used in the "enhance" goal does currently not 
support inner classes.

It should be possible to access the fully qualified name of a type from the 
ASTNode, but even though binding resolution and binding recovery have been 
enabled in the parser, the information is not available. Currently, a 
workaround is used which generates the qualified name from the package 
declaration and the simple type name. This does not work for inner classes.

Either special handling for inner classes needs to be added or it has to be 
figured out why the fully qualified names are not generated by the ASTParser.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to