[
https://issues.apache.org/jira/browse/OFBIZ-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrian Crum updated OFBIZ-3531:
-------------------------------
Priority: Minor (was: Major)
The compile errors must be due to an Eclipse setting. The override annotations
were added by Eclipse automatically (Add unimplemented methods wizard) so it is
puzzling that Eclipse would complain about them. The version I'm using - dated
June 2009 - doesn't generate any errors.
Also, it might be helpful to find out what Sun's coding standards are regarding
this. Are override annotations for interface methods recommended?
> Methods that implement interface methods were being marked with the @Override
> annotation causing compile failure in Eclipse
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: OFBIZ-3531
> URL: https://issues.apache.org/jira/browse/OFBIZ-3531
> Project: OFBiz
> Issue Type: Bug
> Components: framework
> Affects Versions: SVN trunk
> Environment: Eclipse 3.5 on Mac OS X 10.5.8
> Reporter: Bob Morley
> Priority: Minor
> Fix For: SVN trunk
>
> Attachments: OFBIZ-3531_RemoveIncorrectOverrideAnnotations.patch
>
>
> Implementations of the TemporalExpressionVisitor interface and some base
> comparison methods were implementation methods but were marked with the
> @Override annotation. This caused compile errors in Eclipse in these four
> classes. I simply removed the @Override on these methods and I fixed one
> generics related warning.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.