[ 
https://issues.apache.org/jira/browse/HBASE-7587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jean-Marc Spaggiari updated HBASE-7587:
---------------------------------------

    Fix Version/s: 0.96.0
           Status: Patch Available  (was: Open)

Adding some logs on the empty catchs to fix FindBugs warnings.

DE      org.apache.hadoop.hbase.rest.RowResource.checkAndDelete(CellSetModel) 
might ignore java.io.IOException
        

Bug type DE_MIGHT_IGNORE (click for details)
In class org.apache.hadoop.hbase.rest.RowResource
In method org.apache.hadoop.hbase.rest.RowResource.checkAndDelete(CellSetModel)
Exception class java.io.IOException
At RowResource.java:[line 558]
At RowResource.java:[line 558]
DE      org.apache.hadoop.hbase.rest.RowResource.checkAndPut(CellSetModel) 
might ignore java.io.IOException
        

Bug type DE_MIGHT_IGNORE (click for details)
In class org.apache.hadoop.hbase.rest.RowResource
In method org.apache.hadoop.hbase.rest.RowResource.checkAndPut(CellSetModel)
Exception class java.io.IOException
At RowResource.java:[line 485]
At RowResource.java:[line 485]
                
> Fix two findbugs warning in RowResource
> ---------------------------------------
>
>                 Key: HBASE-7587
>                 URL: https://issues.apache.org/jira/browse/HBASE-7587
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jean-Marc Spaggiari
>            Assignee: Jean-Marc Spaggiari
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7587-v0-trunk.patch
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to