Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Next
-
None
-
Windows 10.
Adopt OpenJDK Openj9 version 11.0.8
-
Important
Description
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.