NullPointerException for undeclared AST types used for inheritance; Proper error message missing

Issue #229 resolved
Christoff Bürger created an issue

If in an AST specification a node type is used for inheritance that is never declared, JastAdd throws a NullPointer exception instead a proper error message.

Minimal error example: abstract A; B:AA; // NullPointer exception instead error message that AA is unknown.

Comments (3)

  1. Log in to comment