[ https://issues.apache.org/jira/browse/HADOOP-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491632 ]
Hadoop QA commented on HADOOP-1294: ----------------------------------- +1 http://issues.apache.org/jira/secure/attachment/12356233/java6_unchecked.patch applied and successfully tested against trunk revision r532083. Test results: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/76/testReport/ Console output: http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Patch/76/console > Fix unchecked warnings in main Hadoop code under Java 6. > -------------------------------------------------------- > > Key: HADOOP-1294 > URL: https://issues.apache.org/jira/browse/HADOOP-1294 > Project: Hadoop > Issue Type: Bug > Components: test > Reporter: Tom White > Assigned To: Tom White > Fix For: 0.13.0 > > Attachments: java6_unchecked.patch > > > Reported by Tahir Hashmi: > I get the following warning while building: > [javac] > /home/tahir/Desktop/Trunk/trunk/src/test/org/apache/hadoop/dfs/ClusterTestDFS.java:439: > warning: [unchecked] unchecked call to > getConstructor(java.lang.Class<?>...) as a member of the raw type > java.lang.Class > [javac] randomDataGeneratorCtor = clazz.getConstructor(new > Class[]{Long.TYPE}); > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.