[ 
https://issues.apache.org/jira/browse/HBASE-7443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13540502#comment-13540502
 ] 

Ted Yu commented on HBASE-7443:
-------------------------------

This was due to change of method signature in hadoop 2.0:
{code}
  public synchronized void refresh(Configuration conf,
                                          PolicyProvider provider) {
{code}
If you really want to fix the findbug warning, we need to resort to 
hadoop-compat module.
                
> More findbugs fixes
> -------------------
>
>                 Key: HBASE-7443
>                 URL: https://issues.apache.org/jira/browse/HBASE-7443
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.96.0
>            Reporter: nkeywal
>            Assignee: nkeywal
>            Priority: Minor
>             Fix For: 0.96.0
>
>         Attachments: 7443.patch, 7443.rebased.patch
>
>
> It   
> - adds the dependency to findbugs for the annotations. It's a compile only 
> dependency. License is LGPL.
> - suppresses a few not critical warnings
> - fixes a few others
> Locally, I'm now at 144.

--
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