Svatopluk Dedic created NETBEANS-5964:
-----------------------------------------
Summary: Completion does not work when parenthesized expression
references property
Key: NETBEANS-5964
URL: https://issues.apache.org/jira/browse/NETBEANS-5964
Project: NetBeans
Issue Type: Bug
Components: groovy - Editor
Reporter: Svatopluk Dedic
Consider an example:
{code:java}
(someFile.canonicalFile.getParentFile).mkdirs(){code}
when completion is invoked at {{mkdirs}}, the current implementation fails to
identify the proper AST Path because of missing parenthesis representation in
the AST node.
Related to NETBEANS-5935
--
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