Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
8.2
-
None
-
None
-
Netbeans 8.2, Fedora 26, C++ Project
Description
When opening a file in Netbeans, ocasionally the wrong file will be opened. For example, when double clicking on 'a.cpp' in the Projects view, a new tab with the header and contents for 'b.cpp' will be displayed. This will also extend to code navigation: ctrl+clicking on a class or function defined in a.cpp will take me to b.cpp.
Explicitly closing the b.cpp tab seems to fix the issue temporarily. Restarting the IDE, cleaning code cache, etc. does not fix the issue.