You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2020/04/19 13:46:00 UTC

[jira] [Resolved] (TIKA-3091) java.lang.NullPointerException when calling hashCode after instantiating PDFParserConfig

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

Tim Allison resolved TIKA-3091.
-------------------------------
    Fix Version/s: 1.24.1
       Resolution: Fixed

Y. Thank you Tilman!

> java.lang.NullPointerException when calling hashCode after instantiating PDFParserConfig
> ----------------------------------------------------------------------------------------
>
>                 Key: TIKA-3091
>                 URL: https://issues.apache.org/jira/browse/TIKA-3091
>             Project: Tika
>          Issue Type: Bug
>    Affects Versions: 1.24
>            Reporter: Eduardo Guimarães
>            Priority: Major
>             Fix For: 1.24.1
>
>
> _averageCharTolerance_ and _spacingTolerance_ are null after instantiating PDFParserConfig
> that can cause NullPointerException when calling hashCode. 
> {code:java}
> PDFParserConfig pdfParserConfig = new PDFParserConfig();
> pdfParserConfig.hashCode();
> {code}



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