[ https://issues.apache.org/jira/browse/OPENNLP-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Koji Sekiguchi resolved OPENNLP-1146. ------------------------------------- Resolution: Fixed Thanks all for reviewing this! > 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)