-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P5
-
Affects Version/s: 26
-
Component/s: client-libs
-
None
FontInfo contains a few small items which could use fixing:
- toString() throws NPE if `devTx` or `glyphTx` are null (I ran into this a couple of times during debugging when my IDE tried to display the string representation)
- toString() is missing a comma and space between the last two attributes
- Two overridden methods do not have the `@Override` annotation
- toString() throws NPE if `devTx` or `glyphTx` are null (I ran into this a couple of times during debugging when my IDE tried to display the string representation)
- toString() is missing a comma and space between the last two attributes
- Two overridden methods do not have the `@Override` annotation
- links to
-
Review(master)
openjdk/jdk/30098