Details
Description
If a class has one or more method with a DOLLAR $ in its name, the parser fails to parse it.
In Qdox latest.
Was working fine in Qdox 1.3
Seems to be a regression from the grammar refactoring as regards identifiers.
Activity
Mike Williams
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mike Williams [ mdub ] |
Mike Williams
made changes -
Fix Version/s | 1.4 [ 10304 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mike Williams
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Are you sure this worked in 1.3? AFAICS, our lexer's pattern for identifiers has always been "[A-Za-z_0-9]*".