You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Harsh J Chouraria (JIRA)" <ji...@apache.org> on 2011/05/01 19:33:03 UTC

[jira] [Created] (HBASE-3841) HTable and HTableInterface docs are inconsistent with one another

HTable and HTableInterface docs are inconsistent with one another
-----------------------------------------------------------------

                 Key: HBASE-3841
                 URL: https://issues.apache.org/jira/browse/HBASE-3841
             Project: HBase
          Issue Type: Improvement
          Components: documentation
    Affects Versions: 0.90.0
            Reporter: Harsh J Chouraria
            Assignee: Harsh J Chouraria
            Priority: Trivial
             Fix For: 0.92.0


Both HTI and HT carry javadocs in their methods. Ideally only HTI should carry them now (HBASE-3670), and where it doesn't matter, docs must be stripped out of HT's class (inherited instead).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-3841) HTable and HTableInterface docs are inconsistent with one another

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039410#comment-13039410 ] 

Hudson commented on HBASE-3841:
-------------------------------

Integrated in HBase-TRUNK #1939 (See [https://builds.apache.org/hudson/job/HBase-TRUNK/1939/])
    HBASE-3841 HTable and HTableInterface docs are inconsistent with one another

stack : 
Files : 
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/client/HTable.java
* /hbase/trunk/src/main/java/org/apache/hadoop/hbase/client/HTableInterface.java
* /hbase/trunk/CHANGES.txt


> HTable and HTableInterface docs are inconsistent with one another
> -----------------------------------------------------------------
>
>                 Key: HBASE-3841
>                 URL: https://issues.apache.org/jira/browse/HBASE-3841
>             Project: HBase
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.90.0
>            Reporter: Harsh J Chouraria
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>              Labels: documentation
>             Fix For: 0.92.0
>
>         Attachments: HBASE-3841.r1.diff
>
>
> Both HTI and HT carry javadocs in their methods. Ideally only HTI should carry them now (HBASE-3670), and where it doesn't matter, docs must be stripped out of HT's class (inherited instead).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3841) HTable and HTableInterface docs are inconsistent with one another

Posted by "Harsh J Chouraria (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harsh J Chouraria updated HBASE-3841:
-------------------------------------

    Attachment: HBASE-3841.r1.diff

Patch attached.

The get(List) change may look odd cause it had a 3sp indent which I fixed back to use 2sp. No code change there really, or in the rest of the patch. A few @Override and {@inheritDoc}s where it applied.

> HTable and HTableInterface docs are inconsistent with one another
> -----------------------------------------------------------------
>
>                 Key: HBASE-3841
>                 URL: https://issues.apache.org/jira/browse/HBASE-3841
>             Project: HBase
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.90.0
>            Reporter: Harsh J Chouraria
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>              Labels: documentation
>             Fix For: 0.92.0
>
>         Attachments: HBASE-3841.r1.diff
>
>
> Both HTI and HT carry javadocs in their methods. Ideally only HTI should carry them now (HBASE-3670), and where it doesn't matter, docs must be stripped out of HT's class (inherited instead).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3841) HTable and HTableInterface docs are inconsistent with one another

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack updated HBASE-3841:
-------------------------

      Resolution: Fixed
    Hadoop Flags: [Reviewed]
          Status: Resolved  (was: Patch Available)

Committed to TRUNK.  Thanks for the patch Harsh.

> HTable and HTableInterface docs are inconsistent with one another
> -----------------------------------------------------------------
>
>                 Key: HBASE-3841
>                 URL: https://issues.apache.org/jira/browse/HBASE-3841
>             Project: HBase
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.90.0
>            Reporter: Harsh J Chouraria
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>              Labels: documentation
>             Fix For: 0.92.0
>
>         Attachments: HBASE-3841.r1.diff
>
>
> Both HTI and HT carry javadocs in their methods. Ideally only HTI should carry them now (HBASE-3670), and where it doesn't matter, docs must be stripped out of HT's class (inherited instead).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (HBASE-3841) HTable and HTableInterface docs are inconsistent with one another

Posted by "Harsh J Chouraria (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harsh J Chouraria updated HBASE-3841:
-------------------------------------

    Status: Patch Available  (was: Open)

> HTable and HTableInterface docs are inconsistent with one another
> -----------------------------------------------------------------
>
>                 Key: HBASE-3841
>                 URL: https://issues.apache.org/jira/browse/HBASE-3841
>             Project: HBase
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.90.0
>            Reporter: Harsh J Chouraria
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>              Labels: documentation
>             Fix For: 0.92.0
>
>         Attachments: HBASE-3841.r1.diff
>
>
> Both HTI and HT carry javadocs in their methods. Ideally only HTI should carry them now (HBASE-3670), and where it doesn't matter, docs must be stripped out of HT's class (inherited instead).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-3841) HTable and HTableInterface docs are inconsistent with one another

Posted by "stack (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13027749#comment-13027749 ] 

stack commented on HBASE-3841:
------------------------------

I agree.

> HTable and HTableInterface docs are inconsistent with one another
> -----------------------------------------------------------------
>
>                 Key: HBASE-3841
>                 URL: https://issues.apache.org/jira/browse/HBASE-3841
>             Project: HBase
>          Issue Type: Improvement
>          Components: documentation
>    Affects Versions: 0.90.0
>            Reporter: Harsh J Chouraria
>            Assignee: Harsh J Chouraria
>            Priority: Trivial
>              Labels: documentation
>             Fix For: 0.92.0
>
>
> Both HTI and HT carry javadocs in their methods. Ideally only HTI should carry them now (HBASE-3670), and where it doesn't matter, docs must be stripped out of HT's class (inherited instead).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira