You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2014/08/24 19:53:38 UTC

[jira] [Commented] (PDFBOX-2284) NullPointerException in PDFieldTreeNode

    [ https://issues.apache.org/jira/browse/PDFBOX-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14108475#comment-14108475 ] 

Andreas Lehmkühler commented on PDFBOX-2284:
--------------------------------------------

I've fixed the issue in the context of PDFBOX-2261.

Thanks for the contribution!

P.S.: Please provide future patches as diff against the trunk, as it is much more easier to handle such contributions.

> NullPointerException in PDFieldTreeNode
> ---------------------------------------
>
>                 Key: PDFBOX-2284
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-2284
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>    Affects Versions: 2.0.0
>            Reporter: Dirk Schrödter
>            Assignee: Andreas Lehmkühler
>              Labels: AcroForm
>         Attachments: PDFieldTreeNode.java, Test.java, test.pdf
>
>
> Exception in thread "main" java.lang.NullPointerException
> 	at org.apache.pdfbox.pdmodel.interactive.form.PDFieldTreeNode.getFullyQualifiedName(PDFieldTreeNode.java:556)
> 	at com.monday.webforms.common.pdf.Test.main(Test.java:19)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)



--
This message was sent by Atlassian JIRA
(v6.2#6252)