Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
11.0, 11.1
-
None
-
None
-
Windows 10
Description
The Javadoc window displays the Javadoc of the current file. But after having opened a file with the same package and class name from a Maven dependency, the Javadoc window displays the Javadoc from the dependency, even after that file was closed.
Steps to reproduces:
- Create a Maven project
- Add a dependency
- Download Javadoc and sources for the dependency
- Open one of the dependency’s files
- Save the source file in your local filesystem
- Open the copy and modify the Javadoc
Expected result:
Javadoc window should show your modifications
Actual result:
Javadoc window still shows the Javadoc from the JAR.
After restarting NetBeans, the modified Javadoc is shown, but it is replaced with the text from the JAR after a few seconds (during “Refreshing indices”).