You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Tilman Hausherr (Jira)" <ji...@apache.org> on 2020/06/27 15:18:00 UTC

[jira] [Comment Edited] (PDFBOX-4892) Improve code quality (4)

    [ https://issues.apache.org/jira/browse/PDFBOX-4892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17146996#comment-17146996 ] 

Tilman Hausherr edited comment on PDFBOX-4892 at 6/27/20, 3:17 PM:
-------------------------------------------------------------------

[~lehmi] this fails with several shading files, e.g. 
https://issues.apache.org/jira/secure/attachment/12631768/McAfee-ShadingType7.pdf
{noformat}
Caused by: java.lang.ArrayStoreException: null
    java.lang.System.arraycopy(Native Method)
    org.apache.pdfbox.pdmodel.common.function.PDFunctionType0$Rinterpol.rinterpol(PDFunctionType0.java:309)
    org.apache.pdfbox.pdmodel.common.function.PDFunctionType0$Rinterpol.rinterpolate(PDFunctionType0.java:286)
    org.apache.pdfbox.pdmodel.common.function.PDFunctionType0.eval(PDFunctionType0.java:482)
    org.apache.pdfbox.pdmodel.common.function.PDFunctionType3.eval(PDFunctionType3.java:123)
{noformat}


was (Author: tilman):
[~lehmi] fails with several shading files, e.g. 
https://issues.apache.org/jira/secure/attachment/12631768/McAfee-ShadingType7.pdf
{noformat}
Caused by: java.lang.ArrayStoreException: null
    java.lang.System.arraycopy(Native Method)
    org.apache.pdfbox.pdmodel.common.function.PDFunctionType0$Rinterpol.rinterpol(PDFunctionType0.java:309)
    org.apache.pdfbox.pdmodel.common.function.PDFunctionType0$Rinterpol.rinterpolate(PDFunctionType0.java:286)
    org.apache.pdfbox.pdmodel.common.function.PDFunctionType0.eval(PDFunctionType0.java:482)
    org.apache.pdfbox.pdmodel.common.function.PDFunctionType3.eval(PDFunctionType3.java:123)
{noformat}

> Improve code quality (4)
> ------------------------
>
>                 Key: PDFBOX-4892
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-4892
>             Project: PDFBox
>          Issue Type: Improvement
>    Affects Versions: 2.0.20
>            Reporter: Tilman Hausherr
>            Priority: Minor
>
> This is a longterm issue for the task to improve code quality, by using the [SonarQube report|https://sonarcloud.io/project/issues?id=pdfbox-reactor], hints in different IDEs, the FindBugs tool and other code quality tools.
> This is a follow-up of PDFBOX-4071, which was getting too long.



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

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