Verify in decrementLevel in the *Parser classes never over decrements.
decrementLevel should never cause m_level to go below 0. This ensures a bug in ANTLR won't cause random NPE's elsewhere in the code.
Loading
Please register or sign in to comment