-
Bug
-
Resolution: Fixed
-
P4
-
jfx24
-
b03
Missing @Overrides in GlassSystemMenuShim after integrating https://github.com/openjdk/jfx/pull/1283
```
Description Resource Location
The method createMenuBar() of type GlassSystemMenuShim should be tagged with @Override since it actually overrides a superclass method GlassSystemMenuShim.java line 47
The method setMenus(List<MenuBase>) of type GlassSystemMenuShim should be tagged with @Override since it actually overrides a superclass method GlassSystemMenuShim.java line 43
```
Introduced by
https://bugs.openjdk.org/browse/JDK-8323787
https://github.com/openjdk/jfx/pull/1283
```
Description Resource Location
The method createMenuBar() of type GlassSystemMenuShim should be tagged with @Override since it actually overrides a superclass method GlassSystemMenuShim.java line 47
The method setMenus(List<MenuBase>) of type GlassSystemMenuShim should be tagged with @Override since it actually overrides a superclass method GlassSystemMenuShim.java line 43
```
Introduced by
https://bugs.openjdk.org/browse/JDK-8323787
https://github.com/openjdk/jfx/pull/1283
- relates to
-
JDK-8323787 Mac System MenuBar throws IOB exception
-
- Resolved
-
- links to
-
Commit(master) openjdk/jfx/cb7127d4
-
Review(master) openjdk/jfx/1517