|
||||||||
|
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 |
||||||||
- [qdox-dev] [jira] (QDOX-240) Enum constructors with ... Robert Reiner (JIRA)
- [qdox-dev] [jira] (QDOX-240) Enum constructors ... Robert Scholte (JIRA)
- [qdox-dev] [jira] (QDOX-240) Enum constructors ... Robert Scholte (JIRA)
- [qdox-dev] [jira] (QDOX-240) Enum constructors ... Pei-Tang Huang (JIRA)
- [qdox-dev] [jira] (QDOX-240) Enum constructors ... Robert Scholte (JIRA)

Generic type make Enum construction parsing fail too:
import java.util.HashMap;The exception caused by parser.y:352:
TypeArguments: LESSTHAN { typeStack.peek().setActualArgumentTypes(new LinkedList<TypeDef>()); } _TypeArgumentList GREATERTHAN ;