Should we return false if the node is null in PDPageTree#isPageTreeNode (66 new 
NPE exceptions)?  Has this been fixed, or would that cause unintended problems?

    /**
     * Returns true if the node is a page tree node (i.e. and intermediate).
     */
    private boolean isPageTreeNode(COSDictionary node )
    {
        // some files such as PDFBOX-2250-229205.pdf don't have Pages set as 
the Type, so we have
        // to check for the presence of Kids too
        return node.getCOSName(COSName.TYPE) == COSName.PAGES ||
               node.containsKey(COSName.KIDS);
    }

-----Original Message-----
From: Tilman Hausherr [mailto:[email protected]] 
Sent: Tuesday, May 9, 2017 3:20 PM
To: [email protected]
Subject: Re: 2.0.6 release ?

Am 09.05.2017 um 21:01 schrieb Allison, Timothy B.:
>> I've fixed all remaining regression tickets (in the end it was 
>> exactly 1)
> Great!  Thank you!
>
> Let me know when I should kick off another eval.


Yes, please do.

Thanks

Tilman

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected] For additional 
commands, e-mail: [email protected]


Reply via email to