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.