-
Bug
-
Resolution: Unresolved
-
P5
-
24
The specification for the MouseInfo.getPointerInfo() method [1] had ‘@see GraphicsConfiguration’ tag in the description. The tag was accidentally removed in JDK-8338411 [2].
The description of the getPointerInfo method links to GraphicsConfiguration, yet referencing the GraphicsConfiguration class in the ‘See Also’ section makes the relation more prominent [3].
[1] https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/java/awt/MouseInfo.html#getPointerInfo()
[2] https://github.com/openjdk/jdk/pull/21498#discussion_r1815203856
[3] https://github.com/openjdk/jdk/pull/21498#discussion_r1826266398
The description of the getPointerInfo method links to GraphicsConfiguration, yet referencing the GraphicsConfiguration class in the ‘See Also’ section makes the relation more prominent [3].
[1] https://docs.oracle.com/en/java/javase/21/docs/api/java.desktop/java/awt/MouseInfo.html#getPointerInfo()
[2] https://github.com/openjdk/jdk/pull/21498#discussion_r1815203856
[3] https://github.com/openjdk/jdk/pull/21498#discussion_r1826266398
- relates to
-
JDK-8338411 Implement JEP 486: Permanently Disable the Security Manager
- Resolved