You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Suneel Marthi (JIRA)" <ji...@apache.org> on 2017/10/24 15:29:00 UTC

[jira] [Closed] (OPENNLP-1146) remove unnecessary serialVersionUID

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

Suneel Marthi closed OPENNLP-1146.
----------------------------------

> remove unnecessary serialVersionUID
> -----------------------------------
>
>                 Key: OPENNLP-1146
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-1146
>             Project: OpenNLP
>          Issue Type: Improvement
>          Components: Build, Packaging and Test
>    Affects Versions: 1.8.2
>            Reporter: Koji Sekiguchi
>            Assignee: Koji Sekiguchi
>            Priority: Trivial
>             Fix For: 1.8.3
>
>
> We saw several classes that have unnecessary serialVersionUID constant declaration. Most of them are Stemmer classes that are created by the Snowball to Java compiler. I think we can just remove serialVersionUID from Stemmer classes. Other than Stemmer classes, Exception classes which extend RuntimeException or IOException have serialVersionUID. I'll remove serialVersionUID from these Exception classes as well but add @SuppressWarnings("serial") just in case.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)