You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Erik Steffl (JIRA)" <ji...@apache.org> on 2009/07/28 01:36:14 UTC

[jira] Created: (HDFS-507) Upgrade build to use findbugs-1.3.8

Upgrade build to use findbugs-1.3.8
-----------------------------------

                 Key: HDFS-507
                 URL: https://issues.apache.org/jira/browse/HDFS-507
             Project: Hadoop HDFS
          Issue Type: Task
          Components: build
            Reporter: Erik Steffl


Current findbugs reports a false warning:

{quote}
OBL     Method  org.apache.hadoop.hdfs.server.datanode.BlockMetadataHeader.readHeader(File) may fail to clean up stream or resource of type java.io.InputStream
{quote}

Suggested version findbugs-1.3.8 does not report this false positive.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HDFS-507) Upgrade build to use findbugs-1.3.8

Posted by "Erik Steffl (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HDFS-507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Steffl resolved HDFS-507.
------------------------------

    Resolution: Invalid

Seems like I used outdated reports, the current build environment already uses findbugs-1.3.8

> Upgrade build to use findbugs-1.3.8
> -----------------------------------
>
>                 Key: HDFS-507
>                 URL: https://issues.apache.org/jira/browse/HDFS-507
>             Project: Hadoop HDFS
>          Issue Type: Task
>          Components: build
>            Reporter: Erik Steffl
>
> Current findbugs reports a false warning:
> {quote}
> OBL     Method  org.apache.hadoop.hdfs.server.datanode.BlockMetadataHeader.readHeader(File) may fail to clean up stream or resource of type java.io.InputStream
> {quote}
> Suggested version findbugs-1.3.8 does not report this false positive.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.