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/17 08:45:54 UTC

[jira] Created: (HBASE-2140) findbugs issues - 2 performance warnings as suggested by findbugs

findbugs issues - 2 performance warnings as suggested by findbugs
-----------------------------------------------------------------

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

* Integer.valueOf  favored instead of new Integer() 
 

* map.entrySet() favored instead of map.keySet()  


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


[jira] Updated: (HBASE-2140) findbugs issues - 2 performance warnings as suggested by findbugs

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

Kay Kay updated HBASE-2140:
---------------------------

    Attachment: HBASE-2140.patch

> findbugs issues - 2 performance warnings as suggested by findbugs
> -----------------------------------------------------------------
>
>                 Key: HBASE-2140
>                 URL: https://issues.apache.org/jira/browse/HBASE-2140
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Kay Kay
>         Attachments: HBASE-2140.patch
>
>
> * Integer.valueOf  favored instead of new Integer() 
>  
> * map.entrySet() favored instead of map.keySet()  

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


[jira] Updated: (HBASE-2140) findbugs issues - 2 performance warnings as suggested by findbugs

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

Kay Kay updated HBASE-2140:
---------------------------

    Status: Patch Available  (was: Open)

> findbugs issues - 2 performance warnings as suggested by findbugs
> -----------------------------------------------------------------
>
>                 Key: HBASE-2140
>                 URL: https://issues.apache.org/jira/browse/HBASE-2140
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Kay Kay
>         Attachments: HBASE-2140.patch
>
>
> * Integer.valueOf  favored instead of new Integer() 
>  
> * map.entrySet() favored instead of map.keySet()  

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


[jira] Updated: (HBASE-2140) findbugs issues - 2 performance warnings as suggested by findbugs

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

stack updated HBASE-2140:
-------------------------

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

Committed.  Thanks for the patch Kay Kay.

> findbugs issues - 2 performance warnings as suggested by findbugs
> -----------------------------------------------------------------
>
>                 Key: HBASE-2140
>                 URL: https://issues.apache.org/jira/browse/HBASE-2140
>             Project: Hadoop HBase
>          Issue Type: Bug
>            Reporter: Kay Kay
>            Assignee: Kay Kay
>             Fix For: 0.21.0
>
>         Attachments: HBASE-2140.patch
>
>
> * Integer.valueOf  favored instead of new Integer() 
>  
> * map.entrySet() favored instead of map.keySet()  

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