Token annotations are generated when annotation generation is turned off
Issue #312
resolved
The option generateAnnotations=false
does not turn off all annotations generation. Tokens still are annotated leading to compile errors because the ASTNodeAnnotation type is missing.
Comments (2)
-
reporter -
reporter - changed status to resolved
Fix error in generateAnnotations option
Disable token annotations from being generated when the generateAnnotations option is set to false.
fixes
#312→ <<cset 3d900dde5fad>>
- Log in to comment
Test case: