You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Kay Kay (JIRA)" <ji...@apache.org> on 2010/01/04 08:08:54 UTC

[jira] Created: (HBASE-2090) findbugs issues

findbugs issues 
----------------

                 Key: HBASE-2090
                 URL: https://issues.apache.org/jira/browse/HBASE-2090
             Project: Hadoop HBase
          Issue Type: Bug
            Reporter: Kay Kay
         Attachments: HBASE-2090.patch

Findbugs issues/ fixes for a subset of them. 

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


[jira] Updated: (HBASE-2090) findbugs issues

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

stack updated HBASE-2090:
-------------------------

       Resolution: Fixed
    Fix Version/s: 0.21.0
         Assignee: Kay Kay
     Hadoop Flags: [Reviewed]
           Status: Resolved  (was: Patch Available)

Committed TRUNK.  Thanks for patch Kay Kay.

> findbugs issues 
> ----------------
>
>                 Key: HBASE-2090
>                 URL: https://issues.apache.org/jira/browse/HBASE-2090
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Kay Kay
>            Assignee: Kay Kay
>             Fix For: 0.21.0
>
>         Attachments: HBASE-2090.patch
>
>
> Findbugs issues/ fixes for a subset of them. 

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


[jira] Commented: (HBASE-2090) findbugs issues

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

Kay Kay commented on HBASE-2090:
--------------------------------

Some of the issues addressed: 

* Boolean.valueOf , Long.valueOf as opposed to the ctors. 
* static inner classes as necessary 
* StringBuilder for concatentation of strings and not String concatentation, as the latter is immutable. 

> findbugs issues 
> ----------------
>
>                 Key: HBASE-2090
>                 URL: https://issues.apache.org/jira/browse/HBASE-2090
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Kay Kay
>         Attachments: HBASE-2090.patch
>
>
> Findbugs issues/ fixes for a subset of them. 

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


[jira] Updated: (HBASE-2090) findbugs issues

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

Kay Kay updated HBASE-2090:
---------------------------

    Attachment: HBASE-2090.patch

> findbugs issues 
> ----------------
>
>                 Key: HBASE-2090
>                 URL: https://issues.apache.org/jira/browse/HBASE-2090
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Kay Kay
>         Attachments: HBASE-2090.patch
>
>
> Findbugs issues/ fixes for a subset of them. 

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


[jira] Commented: (HBASE-2090) findbugs issues

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

Andrew Purtell commented on HBASE-2090:
---------------------------------------

+1

> findbugs issues 
> ----------------
>
>                 Key: HBASE-2090
>                 URL: https://issues.apache.org/jira/browse/HBASE-2090
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Kay Kay
>         Attachments: HBASE-2090.patch
>
>
> Findbugs issues/ fixes for a subset of them. 

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


[jira] Updated: (HBASE-2090) findbugs issues

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

Kay Kay updated HBASE-2090:
---------------------------

    Status: Patch Available  (was: Open)

> findbugs issues 
> ----------------
>
>                 Key: HBASE-2090
>                 URL: https://issues.apache.org/jira/browse/HBASE-2090
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Kay Kay
>         Attachments: HBASE-2090.patch
>
>
> Findbugs issues/ fixes for a subset of them. 

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