Petr Pisl created NETBEANS-6291:
-----------------------------------

             Summary: Navigation to fields sometimes doesn't work in Groovy
                 Key: NETBEANS-6291
                 URL: https://issues.apache.org/jira/browse/NETBEANS-6291
             Project: NetBeans
          Issue Type: New Feature
          Components: groovy - Editor
    Affects Versions: 12.5
            Reporter: Petr Pisl


When there is code like this:
{code:java}
class Student {
    int StudentID;    
    String StudentName;            

    static void main(String[] args) {        
        Student st = new Student();        
        st.StudentID = 10;    
    }    
}
{code}
the `st.StudentId` doesn't navigate to the field decalations.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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