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 "Nigel Daley (JIRA)" <ji...@apache.org> on 2007/06/12 21:27:26 UTC

[jira] Updated: (HADOOP-1417) Exclude some Findbugs detectors

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

Nigel Daley updated HADOOP-1417:
--------------------------------

    Attachment: 1417.patch

Here's a patch that excludes these items.  On current trunk, the number of findbugs warnings is now 122 after this patch.

> Exclude some Findbugs detectors
> -------------------------------
>
>                 Key: HADOOP-1417
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1417
>             Project: Hadoop
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.14.0
>            Reporter: Nigel Daley
>            Priority: Minor
>             Fix For: 0.14.0
>
>         Attachments: 1417.patch
>
>
> Exclude these detectors from Findbugs:
>  - May expose internal representation by returning reference to mutable object
>  - May expose internal representation by incorporating reference to mutable object
>  - Comparator doesn't implement Serializable

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