You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jonathan Hsieh (JIRA)" <ji...@apache.org> on 2013/08/09 01:35:47 UTC

[jira] [Commented] (HBASE-9164) Convert List anti pattern to List pattern.

    [ https://issues.apache.org/jira/browse/HBASE-9164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13734180#comment-13734180 ] 

Jonathan Hsieh commented on HBASE-9164:
---------------------------------------

This needs HBASE-9142 to be committed -- will be momentarily.


                
> Convert List<? extends Cell> anti pattern to List<Cell> pattern.
> ----------------------------------------------------------------
>
>                 Key: HBASE-9164
>                 URL: https://issues.apache.org/jira/browse/HBASE-9164
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 0.95.1
>            Reporter: Jonathan Hsieh
>            Assignee: stack
>            Priority: Blocker
>             Fix For: 0.95.2
>
>
> As described in HBASE-9142, using List<? extends Cell> is an anti pattern that adds unnecessary typing and casting clutter to the code base.  It would be best to remove this before we release 0.95.2 or 0.96.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira