Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.2 PDFBox
-
None
Description
inspection by spotbugs shows a problem in o.a.padfbox.pdmodel.font.FontFactory line 285:
the partial expression header[0] == 0x80 && ...
is always false. The code should be{{ header[0] == (byte) 0x80 && ...}}