You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2010/09/09 01:37:37 UTC

[jira] Resolved: (HBASE-2972) remove all inappropriate @Override decorators

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

Andrew Purtell resolved HBASE-2972.
-----------------------------------

    Resolution: Invalid

> remove all inappropriate @Override decorators
> ---------------------------------------------
>
>                 Key: HBASE-2972
>                 URL: https://issues.apache.org/jira/browse/HBASE-2972
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>            Priority: Minor
>             Fix For: 0.20.7, 0.90.0
>
>         Attachments: HBASE-2972-0.20.patch, HBASE-2972-trunk.patch
>
>
> Red Hat's version of Eclipse barfs all over the place on HBase code. The problem is technically inappropriate use of the @Override decorator. See http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Override.html. Should only be used when a method declaration is intended to override a method declaration in a superclass, NOT an interface. 
> Attached janitorial patches removes all inappropriate @Override decorators on interface methods on trunk and 0.20 branch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.