[
https://issues.apache.org/jira/browse/TIKA-2978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Ribeaud updated TIKA-2978:
------------------------------------
Description:
[PDFParserConfig|https://github.com/apache/tika/blob/master/tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDFParserConfig.java]
should handle _ maxMainMemoryBytes_ as *long*. The _getter_ returns a *long*.
However the _setter_ requests an *int*. Why this inconsistency? (was:
[PDFParserConfig|https://github.com/apache/tika/blob/master/tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDFParserConfig.java]
should handle _ maxMainMemoryBytes_ as *long*. The getter returns a *long*.
However the setter requests an *int*. Why this inconsistency?)
> maxMainMemoryBytes should be long on
> -------------------------------------
>
> Key: TIKA-2978
> URL: https://issues.apache.org/jira/browse/TIKA-2978
> Project: Tika
> Issue Type: Improvement
> Components: config, parser
> Affects Versions: 1.22
> Reporter: Christian Ribeaud
> Priority: Major
>
> [PDFParserConfig|https://github.com/apache/tika/blob/master/tika-parsers/src/main/java/org/apache/tika/parser/pdf/PDFParserConfig.java]
> should handle _ maxMainMemoryBytes_ as *long*. The _getter_ returns a
> *long*. However the _setter_ requests an *int*. Why this inconsistency?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)