[
https://issues.apache.org/jira/browse/NETBEANS-6291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Petr Pisl resolved NETBEANS-6291.
---------------------------------
Fix Version/s: 12.6
Resolution: Fixed
PR is merged.
> 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
> Fix For: 12.6
>
> Time Spent: 0.5h
> 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: [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