Fix some performance findbugs issues
------------------------------------
Key: HBASE-5439
URL: https://issues.apache.org/jira/browse/HBASE-5439
Project: HBase
Issue Type: Improvement
Components: performance
Affects Versions: 0.94.0
Reporter: Gregory Chanan
Assignee: Gregory Chanan
Priority: Minor
Given 0.94 is the "performance" release, I took a look at some performance
findbugs.
This patch should fixeall of the following types of findbugs (except one case
in generated code):
Bug type DM_NUMBER_CTOR
Bug type DM_STRING_CTOR
Bug type DM_BOOLEAN_CTOR
(these are simple constructor issues where Type.valueOf is more efficient
Fixes one of:
Bug type SIC_INNER_SHOULD_BE_STATIC (Inner class should be static)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira