[
https://issues.apache.org/jira/browse/UIMA-3985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marshall Schor resolved UIMA-3985.
----------------------------------
Resolution: Fixed
committed on the 2.6.0-json branch (which will be merged back before 2.6.1
release).
> Incorrect use of @Override
> --------------------------
>
> Key: UIMA-3985
> URL: https://issues.apache.org/jira/browse/UIMA-3985
> Project: UIMA
> Issue Type: Bug
> Components: Core Java Framework
> Affects Versions: 2.6.0SDK
> Reporter: Marshall Schor
> Assignee: Marshall Schor
> Priority: Trivial
> Fix For: 2.6.1SDK
>
>
> There are 2 instance in AnalysisEngineDescription_implTest which have code
> which declares an @Override on a method signature inherited from a
> superinterface (not a superclass). The Java Language Spec (
> http://docs.oracle.com/javase/specs/jls/se5.0/html/interfaces.html#9.6.1.4 )
> says this will cause a compile-time error to do this. For some reason, this
> hasn't been observed as an error, until today, when Eclipse started flagging
> it as one. The fix is simple - remove the @Override.
--
This message was sent by Atlassian JIRA
(v6.2#6252)