Details
Description
The real problem is actually that the parser does nothing with static
// Import statement import: IMPORT fullidentifier SEMI { builder.addImport($2); } | IMPORT STATIC fullidentifier SEMI { builder.addImport($3); };
Here the static gets lost and there's no way to recover it afterwards.
Activity
Robert Scholte
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Robert Scholte
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Robert Scholte
made changes -
Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |
Robert Scholte
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Fix Version/s | 1.12.1 [ 18944 ] | |
Resolution | Fixed [ 1 ] |
Robert Scholte
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Fixed in rev. 1063