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 "Hairong Kuang (JIRA)" <ji...@apache.org> on 2007/05/22 08:08:16 UTC

[jira] Updated: (HADOOP-1412) FindBugs: Dodgy bugs in fs, filecache, io, and util packages

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

Hairong Kuang updated HADOOP-1412:
----------------------------------

    Attachment: dodgy.patch

This patch fixed the following 5 kinds of bugs reported by FindBugs
1. Dead store to local variable
2. Complicated, subtle or wrong increment in for-loop
3. Result of integer multiplication cast to long
4. Possible null pointer dereference due to return value of called method
5. Computation of average could overflow
6. Exception is caught when Exception is not thrown

> FindBugs: Dodgy bugs in fs, filecache, io, and util packages
> ------------------------------------------------------------
>
>                 Key: HADOOP-1412
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1412
>             Project: Hadoop
>          Issue Type: Bug
>    Affects Versions: 0.12.3
>            Reporter: Hairong Kuang
>         Assigned To: Hairong Kuang
>             Fix For: 0.14.0
>
>         Attachments: dodgy.patch
>
>
> Fix dodgy bugs reported in fs, filecache, io, and util packages

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