Found while fixing #6654 :
The generated lexers/parsers are public classes and currently contribute to PMDs public API - but they should be implementation detail. The public API should be the AST.
This is similar to #5136 , just not for javacc, but for antlr.
Found while fixing #6654 :
The generated lexers/parsers are public classes and currently contribute to PMDs public API - but they should be implementation detail. The public API should be the AST.
This is similar to #5136 , just not for javacc, but for antlr.