Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P4
-
Resolution: Fixed
-
Affects Version/s: 11, 12, 13, 14
-
Fix Version/s: 14
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:b08
-
CPU:generic
-
OS:linux
Description
This change is the part of my effort to clean up the native initialization code in awt/2d. Initially, I have dropped the native code inside initIds() which was unused. Now I tried to check is the code inside initIDs() is used for the meaningful purpose.
I found that XFontPeer.initIds() uses XFontPeer.xfsname field which is always null, so in this fix, I have dropped the field itself, the initIds, the methods which depend on this field, and methods which calls methods which depends on this field, etc.
I found that XFontPeer.initIds() uses XFontPeer.xfsname field which is always null, so in this fix, I have dropped the field itself, the initIds, the methods which depend on this field, and methods which calls methods which depends on this field, etc.
Attachments
Issue Links
- links to