Remove Mapred filenames from HDFS findbugsExcludeFile.xml file
--------------------------------------------------------------
Key: HDFS-2628
URL: https://issues.apache.org/jira/browse/HDFS-2628
Project: Hadoop HDFS
Issue Type: Improvement
Components: scripts
Reporter: Uma Maheswara Rao G
Priority: Minor
Mapreduce filesnames are there in
hadoop-hdfs-project\hadoop-hdfs\dev-support\findbugsExcludeFile.xml
is it intentional? i think we should remove them from HDFS.
Exampl:
{code}
<!--
Ignore warnings where child class has the same name as
super class. Classes based on Old API shadow names from
new API. Should go off after HADOOP-1.0
-->
<Match>
<Class name="~org.apache.hadoop.mapred.*" />
<Bug pattern="NM_SAME_SIMPLE_NAME_AS_SUPERCLASS" />
</Match>
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira