[
https://issues.apache.org/jira/browse/HBASE-1465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12715111#action_12715111
]
Dave Latham commented on HBASE-1465:
------------------------------------
I believe the compiler has always flagged bad @Overrides tags. I'm a fan of
@Overrides, the compiler has saved me from a mistake a couple times, and it's
helpful when I'm reading someone else's code because when it is used
consistently, it is obvious which methods are overriding superclass methods and
which are not. (Disclaimer: I'm the guy who wrote the answer that St^Ack
linked to above.)
> Remove unnecessary @Overrides
> -----------------------------
>
> Key: HBASE-1465
> URL: https://issues.apache.org/jira/browse/HBASE-1465
> Project: Hadoop HBase
> Issue Type: Improvement
> Affects Versions: 0.20.0
> Reporter: Jonathan Gray
> Assignee: Jonathan Gray
> Priority: Trivial
> Fix For: 0.20.0
>
> Attachments: HBASE-1465-v1.patch
>
>
> Eclipse on my Mac is showing some errors when an @Override is used when a
> class implements an interface rather than extends.
> Not a big deal but I want to keep this patch around anyways for personal use.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.