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

Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |

Status | Resolved [ 5 ] | Closed [ 6 ] |

Resolution | Fixed [ 1 ] | |
Status | Closed [ 6 ] | Reopened [ 4 ] |

Status | Reopened [ 4 ] | Resolved [ 5 ] |
Fix Version/s | 1.12.1 [ 18944 ] | |
Resolution | Fixed [ 1 ] |

Status | Resolved [ 5 ] | Closed [ 6 ] |
Fixed in rev. 1063