AST.TypeAccess used in type access error message in stead of accessed type name

Issue #93 resolved
Jesper Öqvist created an issue

JastAddJ 7.1.1-269-g0f43529 Java SE 7

This occurred while writing a test for package private type access. The error message in question:

tests/pkg/pkgpriv_01f/Test.java:4,2:
  Semantic Error: AST.TypeAccess in Test can not access type p1.A

Comments (2)

  1. Jesper Öqvist reporter

    The error is in TypeAccess.accessControl declared at line 128 in java4/frontend/AccessControl.jrag. The error message is generated with this concatenated.

  2. Log in to comment