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

Suresh Srinivas updated HADOOP-4204:
------------------------------------

    Attachment: HADOOP-4204.patch

There are several findbugs warnings. They will be addressed in installments. 
This change addresses the following issues:
- Use static inner classes where instance variables from the outer class is not 
used
- Use Iterator for Map Entry to access key avalues instead of iterating over 
the key set and getting the values for the key from the map
- Use valueOf for Byte, Integer, Short and Long to use existing objects instead 
of creating new one
- Remove some unused variables



> Fix warnings generated by FindBugs
> ----------------------------------
>
>                 Key: HADOOP-4204
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4204
>             Project: Hadoop Core
>          Issue Type: Bug
>         Environment: This is compile time issue
>            Reporter: Suresh Srinivas
>            Assignee: Suresh Srinivas
>             Fix For: 0.19.0
>
>         Attachments: HADOOP-4204.patch
>
>
> There are several warnings currently printed by findbugs. These need to be 
> addressed.

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

Reply via email to