XMPSchema.java:392 and XMPSchema.java:570 Possible null pointer dereference of
bagElement
-----------------------------------------------------------------------------------------
Key: PDFBOX-710
URL: https://issues.apache.org/jira/browse/PDFBOX-710
Project: PDFBox
Issue Type: Bug
Components: JempBox
Affects Versions: 1.1.0
Reporter: [email protected]
Findbugs Scan of the code reports code paths which may result in a null
pointer reference.
C:/workspace/ibi_apps/src/org/apache/jempbox/xmp/XMPSchema.java:570 Possible
null pointer dereference of bagElement
C:/workspace/ibi_apps/src/org/apache/jempbox/xmp/XMPSchema.java:392 Possible
null pointer dereference of bagElement
The solution is to test for null before attempting to use the objects.
A patch file is included
Peter
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.