You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Enis Soztutar (JIRA)" <ji...@apache.org> on 2014/11/20 05:18:34 UTC

[jira] [Updated] (HBASE-10671) Add missing InterfaceAudience annotations for classes in hbase-common and hbase-client modules

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

Enis Soztutar updated HBASE-10671:
----------------------------------
    Attachment: hbase-10671_v3.patch

Bringing this issue back to life. Attaching updated patch v3, which fixes recent cases as well. 

 - Added a unit test which tests all classes in hbase-client (and all dependent submodules, hbase-protocol, hbase-common, etc) to have the annotation. Specifically, it ensures that all classes (except test, generated and non-public) MUST be annotated by InterfaceAudience and for InterfaceAudience.Public classes, it should also contain InterfaceStability. 
 - Added hbase-annotations dependency to hbase-protocol
 - Moved some hadoop-annotated classes to hbase-annotated classes (import org.apache.hadoop.classification.InterfaceAudience vs import org.apache.hadoop.hbase.classification.InterfaceAudience) 
 - Added some more annotations to missing classes. 


> Add missing InterfaceAudience annotations for classes in hbase-common and hbase-client modules
> ----------------------------------------------------------------------------------------------
>
>                 Key: HBASE-10671
>                 URL: https://issues.apache.org/jira/browse/HBASE-10671
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Client
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 2.0.0, 0.99.2
>
>         Attachments: hbase-10671_v1.patch, hbase-10671_v2.patch, hbase-10671_v3.patch
>
>
> In this jira, we'll add missing InterfaceAudience annotations to classes in the client visible modules (hbase-client and hbase-common).
> Parent jira is for deciding on whether some of the classes should be private or public. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)