[
https://issues.apache.org/jira/browse/PDFBOX-2937?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tilman Hausherr resolved PDFBOX-2937.
-------------------------------------
Resolution: Fixed
Assignee: Tilman Hausherr
Fix Version/s: 2.0.0
done, thanks!
> Field duplication in PDIndexed color space
> ------------------------------------------
>
> Key: PDFBOX-2937
> URL: https://issues.apache.org/jira/browse/PDFBOX-2937
> Project: PDFBox
> Issue Type: Bug
> Components: PDModel
> Affects Versions: 2.0.0
> Reporter: Evgeniy Muravitskiy
> Assignee: Tilman Hausherr
> Fix For: 2.0.0
>
>
> Class {{PDColorSpace}} contains field:
> {code}protected COSArray array;{code}
> But {{PDIndexed}} class also has field:
> {code}private COSArray array;{code}
> Thus, {{PDColorSpace.getCOSObject}} return {{null}} instead of array from
> {{PDIndexed}}.
> Possible solutions:
> # discard duplicate field from {{PDIndexed}}
> # override method {{getCOSObject()}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]