[
https://issues.apache.org/jira/browse/HBASE-18268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16064182#comment-16064182
]
Chia-Ping Tsai commented on HBASE-18268:
----------------------------------------
bq. Why the previous findbug result still show these warnings?
The first findbugs detection is executed without patch. See the console output.
{noformat}
============================================================================
============================================================================
findbugs detection: master
============================================================================
============================================================================
cd /testptch/hbase/hbase-client
mvn -Dmaven.repo.local=/home/jenkins/yetus-m2/hbase-master-patch-1
-DHBasePatchProcess test-compile findbugs:findbugs -DskipTests=true >
/testptch/patchprocess/branch-findbugs-hbase-client.txt 2>&1
Elapsed: 0m 44s
hbase-client in master has 4 extant Findbugs warnings.
{noformat}
We have another findbugs detection which runs with patch.
{noformat}
============================================================================
============================================================================
findbugs detection: patch
============================================================================
============================================================================
cd /testptch/hbase/hbase-client
mvn -Dmaven.repo.local=/home/jenkins/yetus-m2/hbase-master-patch-1
-DHBasePatchProcess test-compile findbugs:findbugs -DskipTests=true >
/testptch/patchprocess/patch-findbugs-hbase-client.txt 2>&1
Elapsed: 0m 43s
Starting with /testptch/patchprocess/branch-findbugs-hbase-client-warnings.xml
Merging /testptch/patchprocess/patch-findbugs-hbase-client-warnings.xml
Writing /testptch/patchprocess/combined-findbugs-hbase-client.xml
hbase-client generated 0 new + 0 unchanged - 4 fixed = 0 total (was 4)
{noformat}
> Eliminate the findbugs warnings for hbase-client
> ------------------------------------------------
>
> Key: HBASE-18268
> URL: https://issues.apache.org/jira/browse/HBASE-18268
> Project: HBase
> Issue Type: Sub-task
> Components: Client
> Reporter: Chia-Ping Tsai
> Assignee: Chia-Ping Tsai
> Fix For: 3.0.0, 1.4.0, 1.3.2, 1.2.7, 2.0.0-alpha-2, 1.1.12
>
> Attachments: HBASE-18268.v0.patch, HBASE-18268.v1.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)