You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Mackrory (JIRA)" <ji...@apache.org> on 2016/05/28 21:09:12 UTC

[jira] [Created] (HBASE-15912) REST module has 2 extant results in findbugs

Sean Mackrory created HBASE-15912:
-------------------------------------

             Summary: REST module has 2 extant results in findbugs
                 Key: HBASE-15912
                 URL: https://issues.apache.org/jira/browse/HBASE-15912
             Project: HBase
          Issue Type: Bug
            Reporter: Sean Mackrory


Patches that modify hbase-rest current getting the following warnings from findbugs:

DLS	Dead store to params in org.apache.hadoop.hbase.rest.ScannerResource.update(ScannerModel, boolean, UriInfo)
Bug type DLS_DEAD_LOCAL_STORE (click for details) 
In class org.apache.hadoop.hbase.rest.ScannerResource
In method org.apache.hadoop.hbase.rest.ScannerResource.update(ScannerModel, boolean, UriInfo)
Local variable named params
At ScannerResource.java:[line 94]
{quote}
REC	Exception is caught when Exception is not thrown in org.apache.hadoop.hbase.rest.TableResource.getScanResource(UriInfo, String, String, int, String, String, List, int, int, long, long, boolean, String)
Bug type REC_CATCH_EXCEPTION (click for details) 
In class org.apache.hadoop.hbase.rest.TableResource
In method org.apache.hadoop.hbase.rest.TableResource.getScanResource(UriInfo, String, String, int, String, String, List, int, int, long, long, boolean, String)
At TableResource.java:[line 196]
{quote}
https://builds.apache.org/job/PreCommit-HBASE-Build/2041/artifact/patchprocess/branch-findbugs-hbase-rest-warnings.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)