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

Simon Steiner updated PDFBOX-4987:
----------------------------------
    Description: 
CharStringCommand, Type2CharString and Type1CharString use duplicate string 
instances, could they use enum or final strings so its easier to debug the code

eg

static final x =new key(1, {color:#008000}"hstem");{color}

  was:
CharStringCommand, Type2CharString and Type1CharString use strings, could they 
use enum or final strings so its easier to debug the code

eg

static final x =new key(1, {color:#008000}"hstem");{color}


> CharStringCommand should use referenced string
> ----------------------------------------------
>
>                 Key: PDFBOX-4987
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4987
>             Project: PDFBox
>          Issue Type: Bug
>          Components: Parsing
>            Reporter: Simon Steiner
>            Priority: Major
>
> CharStringCommand, Type2CharString and Type1CharString use duplicate string 
> instances, could they use enum or final strings so its easier to debug the 
> code
> eg
> static final x =new key(1, {color:#008000}"hstem");{color}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to