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

color editing lexer generates an outOfBoundsException #17

Closed fredyvonvinet closed 7 years ago

fredyvonvinet commented 7 years ago

When you enter a grammar through keyboard, with just "parser grammar name;" and you go to the line, if you just enter one key that is the begining of an ID, it generates a java.lang.IndexOutOfBoundsException saying that the token length is null.

fredyvonvinet commented 7 years ago

solved