Svatopluk Dedic created NETBEANS-5822:
-----------------------------------------

             Summary: REGRESSION: Groovy does not find alias occurrences
                 Key: NETBEANS-5822
                 URL: https://issues.apache.org/jira/browse/NETBEANS-5822
             Project: NetBeans
          Issue Type: Bug
          Components: groovy - Editor
            Reporter: Svatopluk Dedic


Formerly, if a symbol was introduced by a static import, i.e.
{code:java}
import static Calendar.getInstance as now
{code}
References like
{code:java}
now().time
{code}
were find, as now() was basically unresolved (AST contained this.now().time()). 
With some fixes to resolve ClassNodes, the now() symbols is now better defined, 
so the AST only contains nodes that actually do the static method call plus 
time() call.

The occurrences finder does not find this now() any more.



--
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

Reply via email to