[
https://issues.apache.org/jira/browse/HBASE-20669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16498175#comment-16498175
]
Wei-Chiu Chuang commented on HBASE-20669:
-----------------------------------------
Silly me. Thanks Sean! Learned a new thing today. Quickly checked the hbase
codebase (branch-1) and did not find any other statements of the same pattern
(int.*Integer.valueOf)
> [findbugs] autoboxing to parse primitive
> ----------------------------------------
>
> Key: HBASE-20669
> URL: https://issues.apache.org/jira/browse/HBASE-20669
> Project: HBase
> Issue Type: Bug
> Affects Versions: 1.3.2, 1.5.0, 1.2.7, 1.4.3
> Reporter: Sean Busbey
> Assignee: Wei-Chiu Chuang
> Priority: Major
> Fix For: 1.5.0, 1.2.7, 1.3.3, 1.4.5
>
> Attachments: HBASE-20669.branch-1.002.patch
>
>
> HBASE-18864 introduced a change that's been flagged by findbugs. example on
> branch-1:
> {quote}
> FindBugs module:hbase-client
> Boxing/unboxing to parse a primitive
> org.apache.hadoop.hbase.HColumnDescriptor.setValue(byte[], byte[]) At
> HColumnDescriptor.java:org.apache.hadoop.hbase.HColumnDescriptor.setValue(byte[],
> byte[]) At HColumnDescriptor.java:[line 579]
> {quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)