You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/03/05 17:41:00 UTC

[jira] [Updated] (HBASE-20121) Fix findbugs warning for RestoreTablesClient

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

Ted Yu updated HBASE-20121:
---------------------------
    Status: Patch Available  (was: Open)

> Fix findbugs warning for RestoreTablesClient
> --------------------------------------------
>
>                 Key: HBASE-20121
>                 URL: https://issues.apache.org/jira/browse/HBASE-20121
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 3.0.0
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>            Priority: Minor
>              Labels: backup
>         Attachments: 20121.v1.txt
>
>
> In RestoreTablesClient#restore(), the following variable is not used:
> {code}
>     Set<String> backupIdSet = new HashSet<>();
> {code}
> There is backupIdSet#add() call later in the method but the variable doesn't appear in any other part of the code.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)