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

Field | Original Value | New Value |
---|---|---|
Assignee | Mike Williams [ mdub ] |

Fix Version/s | 1.4 [ 10304 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |

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]*".