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

Jean-Marc Spaggiari updated HBASE-7588:
---------------------------------------

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

Added the 2 missing equals method to remove the findbugs warnings.

Eq      org.apache.hadoop.hbase.regionserver.MemStoreFlusher$FlushRegionEntry 
defines compareTo(Object) and uses Object.equals()
        

Bug type EQ_COMPARETO_USE_OBJECT_EQUALS (click for details)
In class org.apache.hadoop.hbase.regionserver.MemStoreFlusher$FlushRegionEntry
In method 
org.apache.hadoop.hbase.regionserver.MemStoreFlusher$FlushRegionEntry.compareTo(Object)
At MemStoreFlusher.java:[line 543]
Eq      org.apache.hadoop.hbase.regionserver.MemStoreFlusher$WakeupFlushThread 
defines compareTo(Object) and uses Object.equals()
        

Bug type EQ_COMPARETO_USE_OBJECT_EQUALS (click for details)
In class org.apache.hadoop.hbase.regionserver.MemStoreFlusher$WakeupFlushThread
In method 
org.apache.hadoop.hbase.regionserver.MemStoreFlusher$WakeupFlushThread.compareTo(Object)
At MemStoreFlusher.java:[line 523]
                
> Fix two findbugs warning in MemStoreFlusher
> -------------------------------------------
>
>                 Key: HBASE-7588
>                 URL: https://issues.apache.org/jira/browse/HBASE-7588
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jean-Marc Spaggiari
>            Assignee: Jean-Marc Spaggiari
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: HBASE-7588-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