[
https://issues.apache.org/jira/browse/TIKA-4762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Eric Codere updated TIKA-4762:
-----------------------------------
Description:
h2. Problem description
The Property class is {{final}} in {{tika-core}} and constructors are private,
which makes subclassing or inheriting from this class impossivle.
h2. How to resolve
Make the property class non-final and optionally, make the constructors
protected
was:
h2. Problem description
The Property class is {{final}} in {{{}tika-core{}}}, and i would like to be
able to use it as a base and extend it for my own needs but being final it
cannot be subclassed, i simply would like to make it a non-final class so it
can be reused, as in my use case i would like to extend it and implement an
interface.
h2. How to resolve
Make the property class non-final.
> Make Property class non-final
> -----------------------------
>
> Key: TIKA-4762
> URL: https://issues.apache.org/jira/browse/TIKA-4762
> Project: Tika
> Issue Type: Improvement
> Components: core
> Affects Versions: 3.3.0
> Reporter: Carl Eric Codere
> Priority: Minor
>
> h2. Problem description
> The Property class is {{final}} in {{tika-core}} and constructors are
> private, which makes subclassing or inheriting from this class impossivle.
> h2. How to resolve
> Make the property class non-final and optionally, make the constructors
> protected
--
This message was sent by Atlassian Jira
(v8.20.10#820010)