[
https://issues.apache.org/jira/browse/PDFBOX-5573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17702089#comment-17702089
]
Tilman Hausherr commented on PDFBOX-5573:
-----------------------------------------
The official policy is patches. But you won't be abused if you use PRs :)
> fix unnecessary boxing/unboxing
> -------------------------------
>
> Key: PDFBOX-5573
> URL: https://issues.apache.org/jira/browse/PDFBOX-5573
> Project: PDFBox
> Issue Type: Improvement
> Affects Versions: 3.0.0 PDFBox
> Reporter: Axel Howind
> Priority: Minor
> Attachments: fix_unnecessary_boxing_unboxing.patch
>
>
> Most of the changes make the code just more readable and the compiler does
> auto(un)boxing where necessary.
> Replacing Boolean.valueOf() and Float.valueOf() on the other hand completely
> avoids a boxing/unboxing cycle because in both cases the result is stored in
> a primitive.
> PR: https://github.com/apache/pdfbox/pull/159
> And a question: do you prefer patches or pull requests for PDFBox?
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]