You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Johannes Koch (JIRA)" <ji...@apache.org> on 2010/03/15 12:36:27 UTC

[jira] Resolved: (PDFBOX-645) PDDocumentOutline should not have getParent()

     [ https://issues.apache.org/jira/browse/PDFBOX-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johannes Koch resolved PDFBOX-645.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.0

I resolved this issue with revision 923177.

> PDDocumentOutline should not have getParent()
> ---------------------------------------------
>
>                 Key: PDFBOX-645
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-645
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>            Reporter: Johannes Koch
>            Priority: Minor
>             Fix For: 1.1.0
>
>         Attachments: PDFBox-645_patch_00.txt
>
>
> Currently, as PDDocumentOutline is a sub-class of PDOutlineNode, it has a public getParent() method. According to PDF 32000-1:2008 section 12.3.3 there's no Parent entry in an outline dictionary. So we should make PDOutlineNode.getParent() protected and make it public in PDOutlineItem. Patch following soon.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.