fredyvonvinet / ANTLR4-Plugins-for-NetBeans

NetBeans plugins for ANTLR 4 enabling to integrate ANTLR grammar files in standard NetBeans projects (ant-based or Maven-based).
9 stars 11 forks source link

Valid warning badge but at wrong place #29

Closed fredyvonvinet closed 7 years ago

fredyvonvinet commented 7 years ago

When a grammar imports another one but does not use its first parser rule, we generate a warning on the import statement indicating that we do not use the first rule of the imported grammar.

Warning is correctly generated when this is necessary but not at the right offset. It is generated with the offset of the first rule in imported grammar rather the offset of the import statement.

fredyvonvinet commented 7 years ago

Solved