Borwe created NETBEANS-5766:
-------------------------------
Summary: Go to implementatin, and Go to Declartion bug on java
files.
Key: NETBEANS-5766
URL: https://issues.apache.org/jira/browse/NETBEANS-5766
Project: NetBeans
Issue Type: Bug
Components: platform - Actions
Affects Versions: Next
Environment: Windows 10.
Adopt OpenJDK Openj9 version 11.0.8
Reporter: Borwe
When you do the go to declartion or go to implementation that redirects to a
new file for the first time, it opens the item/method selected properly, but up
future invocation of other go to definition and go to implementation that
redirect to the same java file now don't go the method definition/variable, but
to the last position the file was at when open.
EG:
A.java -> B.Java // works for first time to direct to a method in B.java
//then go back to A.java
A.java -> B.Java // fails second time to direct to a different method in
B.java, reopens B.java at same position as the user was last in in that file.
--
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