You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Dominic Tubach (JIRA)" <ji...@apache.org> on 2012/08/03 13:53:02 UTC

[jira] [Created] (PDFBOX-1381) [PATCH] PDNumberTreeNode

Dominic Tubach created PDFBOX-1381:
--------------------------------------

             Summary: [PATCH] PDNumberTreeNode
                 Key: PDFBOX-1381
                 URL: https://issues.apache.org/jira/browse/PDFBOX-1381
             Project: PDFBox
          Issue Type: Bug
          Components: PDModel
    Affects Versions: 1.7.1
            Reporter: Dominic Tubach


Limits are not updated in method setKids.
NullPointerException in method getValue if names and kids are not set.
NullPointerException in method getLowerLimit and getUpperLimit if limit is null.
NullPointerException in method setLowerLimit and setUpperLimit if parameter is null.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (PDFBOX-1381) [PATCH] PDNumberTreeNode

Posted by "Dominic Tubach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominic Tubach updated PDFBOX-1381:
-----------------------------------

    Attachment: PDNumberTreeNode.patch

This patch also adds generics parameters as far as no other code is affected.
                
> [PATCH] PDNumberTreeNode
> ------------------------
>
>                 Key: PDFBOX-1381
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1381
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>    Affects Versions: 1.7.1
>            Reporter: Dominic Tubach
>         Attachments: PDNumberTreeNode.patch
>
>
> Limits are not updated in method setKids.
> NullPointerException in method getValue if names and kids are not set.
> NullPointerException in method getLowerLimit and getUpperLimit if limit is null.
> NullPointerException in method setLowerLimit and setUpperLimit if parameter is null.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (PDFBOX-1381) [PATCH] PDNumberTreeNode

Posted by "Dominic Tubach (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dominic Tubach updated PDFBOX-1381:
-----------------------------------

    Attachment: TestPDNumberTreeNode.java

Tests for PDNumberTreeNode.
                
> [PATCH] PDNumberTreeNode
> ------------------------
>
>                 Key: PDFBOX-1381
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1381
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>    Affects Versions: 1.7.1
>            Reporter: Dominic Tubach
>         Attachments: PDNumberTreeNode.patch, TestPDNumberTreeNode.java
>
>
> Limits are not updated in method setKids.
> NullPointerException in method getValue if names and kids are not set.
> NullPointerException in method getLowerLimit and getUpperLimit if limit is null.
> NullPointerException in method setLowerLimit and setUpperLimit if parameter is null.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira