[
https://issues.apache.org/jira/browse/TIKA-3091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086862#comment-17086862
]
Tilman Hausherr commented on TIKA-3091:
---------------------------------------
[~tallison] can this one be resolved? It looks good to me.
> 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
>
> _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)