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

Tilman Hausherr updated PDFBOX-4414:
------------------------------------
    Issue Type: Task  (was: Bug)

> Clean up PDStructureTreeRoot.getRoleMap() and putRoleMap()
> ----------------------------------------------------------
>
>                 Key: PDFBOX-4414
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4414
>             Project: PDFBox
>          Issue Type: Task
>          Components: PDModel
>    Affects Versions: 2.0.13
>            Reporter: Tilman Hausherr
>            Priority: Major
>             Fix For: 3.0.0 PDFBox
>
>
> I was trying to merge the structure tree role maps (PDFBOX-XXXX). 
> PDStructureTreeRoot.getRoleMap() and putRoleMap() are difficult to use:
>  - getRoleMap() returns different value type than setRoleMap
>  - the value Object is a COSString and the map is backed by the dictionary, 
> unless the map is empty, then it is not.
>  - doing "put" lands in COSDictionaryMap and one must use a COSString value
>  - doing "get" brings a String
>  - All this is not documented but it's unusable anyway.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to