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 "Raghu Angadi (JIRA)" <ji...@apache.org> on 2007/05/23 01:38:16 UTC

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

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

Raghu Angadi commented on HADOOP-1417:
--------------------------------------

Another candidate:

 * Dead stores in {{*_jsp._jspService()}} method. These are the stores of JSP default variables that may not be read JSP code.
 * (Arguable) : {{Thread.Sleep();}} inside synchronized : This should be a conscious decision by the developer. If it is not, it should be caught by the reviewers.


> 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
>
>
> 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.