You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the runtime behaviour is to ignore unknown classes, methods, and fields in AWs, we would like to be able to provide some extra validation at compile time.
The most basic validation is verifying syntax.
We could additionally validate every AW entry against the runtime classpath.
This should be optional -- allow the checks to be disabled entirely or downgraded to warnings.
The text was updated successfully, but these errors were encountered:
While the runtime behaviour is to ignore unknown classes, methods, and fields in AWs, we would like to be able to provide some extra validation at compile time.
The most basic validation is verifying syntax.
We could additionally validate every AW entry against the runtime classpath.
This should be optional -- allow the checks to be disabled entirely or downgraded to warnings.
The text was updated successfully, but these errors were encountered: