Svatopluk Dedic created NETBEANS-5969:
-----------------------------------------
Summary: Missing imported class or symbol causes parser to fail
before AST is resolved.
Key: NETBEANS-5969
URL: https://issues.apache.org/jira/browse/NETBEANS-5969
Project: NetBeans
Issue Type: Bug
Components: groovy - Editor
Reporter: Svatopluk Dedic
The culprit is \{{AsmReferenceResolver}], which is used to resolve types from
{{DecompiledClassNode}} lazy-initialization. If a referenced type cannot be
found, a *NoClassDefFoundError* is thrown, which aborts the entire visitor.
The IDE should enhance the resolver in a way that reports a missing type, but
creates a stub ClassNode & continues parsing.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists