[
https://issues.apache.org/jira/browse/PDFBOX-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas Lehmkühler reassigned PDFBOX-710:
-----------------------------------------
Assignee: Andreas Lehmkühler
> 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]
> Assignee: Andreas Lehmkühler
> Attachments: XMPSchema-Findbugs-possible-null-pointer-reference.txt,
> XMPSchema.java
>
>
> 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 was sent by Atlassian JIRA
(v6.2#6252)