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:10:54 UTC

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

    [ 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.