-
Bug
-
Resolution: Won't Fix
-
P5
-
9
-
None
I was treated to the following in a bug report :
---
java.lang.reflect.InaccessibleObjectException: Unable to make field protected volatile long sun.awt.windows.WComponentPeer.hwnd accessible: module java.desktop does not "opens sun.awt.windows" to unnamed module @7c0d955b
---
I realise there are quotes but 'does not opens' reads badly.
It can trivially be made less grating by changing it to
does not use "opens ...
or
does not specify "opens ...
---
java.lang.reflect.InaccessibleObjectException: Unable to make field protected volatile long sun.awt.windows.WComponentPeer.hwnd accessible: module java.desktop does not "opens sun.awt.windows" to unnamed module @7c0d955b
---
I realise there are quotes but 'does not opens' reads badly.
It can trivially be made less grating by changing it to
does not use "opens ...
or
does not specify "opens ...