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 2010/09/23 18:40:34 UTC

[jira] Created: (PDFBOX-839) Use COSName constant instead of COSString

Use COSName constant instead of COSString
-----------------------------------------

                 Key: PDFBOX-839
                 URL: https://issues.apache.org/jira/browse/PDFBOX-839
             Project: PDFBox
          Issue Type: Bug
          Components: PDModel
    Affects Versions: 1.2.1, 1.2.0, 1.1.0
            Reporter: Andreas Lehmkühler
            Priority: Minor
             Fix For: 1.3.0


Within the constructor of the class PDDocumentCatalog a COSString is used to set the type of that class. That's wrong, a COSName has to be useed a instead.

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


[jira] Resolved: (PDFBOX-839) Use COSName constant instead of COSString

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

Andreas Lehmkühler resolved PDFBOX-839.
---------------------------------------

    Resolution: Fixed

Fixed in revision 1000533.

Thanks to Timo Boehme for the pointer.

> Use COSName constant instead of COSString
> -----------------------------------------
>
>                 Key: PDFBOX-839
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-839
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>    Affects Versions: 1.1.0, 1.2.0, 1.2.1
>            Reporter: Andreas Lehmkühler
>            Priority: Minor
>             Fix For: 1.3.0
>
>
> Within the constructor of the class PDDocumentCatalog a COSString is used to set the type of that class. That's wrong, a COSName has to be useed a instead.

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