[
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 impossible.
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 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
> 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 impossible.
> 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)