Tilman Hausherr created PDFBOX-2443:
---------------------------------------
Summary: About to return NULL from unhandled branch when
constructing a PDJpeg
Key: PDFBOX-2443
URL: https://issues.apache.org/jira/browse/PDFBOX-2443
Project: PDFBox
Issue Type: Bug
Components: PDModel
Affects Versions: 1.8.7, 1.8.8
Reporter: Tilman Hausherr
Assignee: Tilman Hausherr
Priority: Minor
Fix For: 1.8.8
The INFO "About to return NULL from unhandled branch" appears when creating a
PDJpeg from a stream. Although the message is an INFO and not a WARNING or an
ERROR, it scares users.
The message happens because getRGBImage() calls getColorSpace() although the
colorspace isn't known yet, it is determined after the call to getRGBImage(),
which loads the image.
The image objects were completely redesigned in 2.0, so it makes no sense to
waste time for a real solution to this. I am setting the message to DEBUG
instead,
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)