[
https://issues.apache.org/jira/browse/PDFBOX-5055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17253465#comment-17253465
]
Tilman Hausherr commented on PDFBOX-5055:
-----------------------------------------
Re annotations, I tried to set some fields final and got this with ExtractText:
Exception in thread "main" picocli.CommandLine$InitializationException:
Constant (final) primitive and String fields like private final boolean
org.apache.pdfbox.tools.ExtractText.alwaysNext cannot be used as an @Option:
compile-time constant inlining may hide new values written to it.
> Minor improvement
> -----------------
>
> Key: PDFBOX-5055
> URL: https://issues.apache.org/jira/browse/PDFBOX-5055
> Project: PDFBox
> Issue Type: Improvement
> Reporter: Arturo Bernal
> Priority: Minor
> Labels: pull-request-available
>
> Minor Improvement:
> * Add final
> * Unnecessary semicolon ';'
> * Remove Unnecessary interface modifier
> * Remove Unnecessary semicolon
> * Remove Unused import
> * Use Standard Charset Object
> * Change License to Text Plain
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]