[ 
https://issues.apache.org/jira/browse/NETBEANS-6291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated NETBEANS-6291:
-------------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Assignee: Petr Pisl
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to