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/05/09 16:29:48 UTC

[jira] Resolved: (PDFBOX-685) inefficient implementation in org.apache.pdfbox.util.ICU4JImpl.normalizeDiac()

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

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

    Fix Version/s: 1.2.0
       Resolution: Fixed

I've optimized the string handling with version 942541.

Thanks to Yigal for the hint.

> inefficient implementation in org.apache.pdfbox.util.ICU4JImpl.normalizeDiac()
> ------------------------------------------------------------------------------
>
>                 Key: PDFBOX-685
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-685
>             Project: PDFBox
>          Issue Type: Bug
>          Components: FontBox
>    Affects Versions: 1.0.0, 1.1.0
>            Reporter: Yigal Dayan
>            Priority: Trivial
>             Fix For: 1.2.0
>
>   Original Estimate: 0.08h
>  Remaining Estimate: 0.08h
>
> The method normalizeDiac in org.apache.pdfbox.util.ICU4JImpl constructs a long string from individual characters.
>   It should use StringBuilder instead of String.

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