You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Po Cheung (JIRA)" <ji...@apache.org> on 2011/01/20 03:40:46 UTC

[jira] Updated: (HADOOP-6642) Fix javac, javadoc, findbugs warnings

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

Po Cheung updated HADOOP-6642:
------------------------------

    Attachment: mapreduce-6642-trunk.patch
                hdfs-6642-trunk.patch
                common-6642-trunk.patch

The original patch by Chris has been cleaned up and split into 3 separate patches.  Some fixes in the original patch have already been applied in MAPREDUCE-623.

The new consolidated patches fix the following:
- Convert KRB5_CIPHER_SUITES from type String[] to List<String>
- Remove redundant toString methods
- Replace hardcoded time constant with TimeUnit
- Add @Override
- Replace iterator for loop with enhanced for loop from JDK 1.5
- Remove unused private field

The patches have been tested against trunk and 0.22 branch.

> Fix javac, javadoc, findbugs warnings
> -------------------------------------
>
>                 Key: HADOOP-6642
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6642
>             Project: Hadoop Common
>          Issue Type: Bug
>            Reporter: Arun C Murthy
>            Assignee: Po Cheung
>         Attachments: C6642-0y20.patch, C6642-1y20-debug.patch, C6642-1y20.patch, common-6642-trunk.patch, hdfs-6642-trunk.patch, mapreduce-6642-trunk.patch
>
>
> Unfortunately we've missed some javac, javadoc, findbugs warnings in the recent security work.

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