-
Bug
-
Resolution: Unresolved
-
P5
-
25
-
b20
The code review states, “I skipped adding @Override for anonymous classes,” although it was added in some cases.
WindowsMenuItemUIAccessor in WindowsMenu*UI classes now has the @Override annotation at the getMenuItem and getPart methods but lacks it at the getState method.
To address the inconsistency, add the @Override annotation to the getState method in WindowsMenuItemUIAccessor.
- caused by
-
JDK-8352638 Enhance code consistency: java.desktop/windows
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/26828