[
https://issues.apache.org/jira/browse/PDFBOX-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
simon steiner updated PDFBOX-4458:
----------------------------------
Description:
For example you have, would be nicer if these were constants like in COSName,
so api user can refer to these without hardcoding, when writing their own parser
{color:#000080}public {color}String getName()
{
{color:#000080}return {color}{color:#008000}"Do"{color};
}
was:
For example you have, would be nicer if these were constants like in COSName
{color:#000080}public {color}String getName()
{
{color:#000080}return {color}{color:#008000}"Do"{color};
}
> Subclasses of OperatorProcessor dont use constants
> --------------------------------------------------
>
> Key: PDFBOX-4458
> URL: https://issues.apache.org/jira/browse/PDFBOX-4458
> Project: PDFBox
> Issue Type: Bug
> Components: Parsing
> Reporter: simon steiner
> Priority: Major
>
> For example you have, would be nicer if these were constants like in COSName,
> so api user can refer to these without hardcoding, when writing their own
> parser
> {color:#000080}public {color}String getName()
> {
> {color:#000080}return {color}{color:#008000}"Do"{color};
> }
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]