[
https://issues.apache.org/jira/browse/HADOOP-11448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Akira AJISAKA updated HADOOP-11448:
-----------------------------------
Description:
Now there are 3 findbugs warnings in hadoop-common package.
https://builds.apache.org/job/PreCommit-HADOOP-Build/5336//artifact/patchprocess/newPatchFindbugsWarningshadoop-common.html
{code}
Bug type RV_RETURN_VALUE_IGNORED At ActiveStandbyElector.java:[line 1067]
Bug type AT_OPERATION_SEQUENCE_ON_CONCURRENT_ABSTRACTION At NetUtils.java:[line
291]
{code}
The above two warnings will be fixed by HADOOP-11433. This issue is to fix the
last one.
{code}
Bug type DLS_DEAD_LOCAL_STORE At FileBasedIPList.java:[line 53]
{code}
was:
Now there are 3 findbugs warnings in hadoop-common package.
https://builds.apache.org/job/PreCommit-HADOOP-Build/5336//artifact/patchprocess/newPatchFindbugsWarningshadoop-common.html
{code}
Bug type RV_RETURN_VALUE_IGNORED At ActiveStandbyElector.java:[line 1067]
Bug type AT_OPERATION_SEQUENCE_ON_CONCURRENT_ABSTRACTION At NetUtils.java:[line
291]
Bug type DLS_DEAD_LOCAL_STORE At FileBasedIPList.java:[line 53]
{code}
Priority: Minor (was: Major)
Labels: newbie (was: )
Summary: Fix findbugs warnings in FileBasedIPList (was: Fix findbugs
warnings in hadoop-common)
> Fix findbugs warnings in FileBasedIPList
> ----------------------------------------
>
> Key: HADOOP-11448
> URL: https://issues.apache.org/jira/browse/HADOOP-11448
> Project: Hadoop Common
> Issue Type: Improvement
> Affects Versions: 2.7.0
> Reporter: Akira AJISAKA
> Priority: Minor
> Labels: newbie
>
> Now there are 3 findbugs warnings in hadoop-common package.
> https://builds.apache.org/job/PreCommit-HADOOP-Build/5336//artifact/patchprocess/newPatchFindbugsWarningshadoop-common.html
> {code}
> Bug type RV_RETURN_VALUE_IGNORED At ActiveStandbyElector.java:[line 1067]
> Bug type AT_OPERATION_SEQUENCE_ON_CONCURRENT_ABSTRACTION At
> NetUtils.java:[line 291]
> {code}
> The above two warnings will be fixed by HADOOP-11433. This issue is to fix
> the last one.
> {code}
> Bug type DLS_DEAD_LOCAL_STORE At FileBasedIPList.java:[line 53]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)