You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Suresh Srinivas (JIRA)" <ji...@apache.org> on 2008/10/01 00:31:44 UTC

[jira] Updated: (HADOOP-4253) Fix warnings generated by FindBugs

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

Suresh Srinivas updated HADOOP-4253:
------------------------------------

    Release Note: 
Incompatible changes:
- Following deprecated methods in org.apache.hadoop.fs.RawLocalFileSystem are removed:
  public String getName() 
  public void lock(Path p, boolean shared)
  public void release(Path p)


  was:
Following are the incompatible changes:
- Following deprectated methods in org.apache.hadoop.fs.RawLocalFileSystem are removed:
  public String getName() 
  public void lock(Path p, boolean shared)
  public void release(Path p)


    Hadoop Flags: [Incompatible change, Reviewed]  (was: [Reviewed, Incompatible change])
          Status: Patch Available  (was: Open)

> Fix warnings generated by FindBugs
> ----------------------------------
>
>                 Key: HADOOP-4253
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4253
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: conf, contrib/streaming, dfs, fs, mapred, record
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.20.0
>
>         Attachments: HADOOP-4253.patch, HADOOP-4253.patch, HADOOP-4253.patch
>
>
> Findbugs generates several errors related to unused return values, thread synchronization and ambiguous method calls

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