[
https://issues.apache.org/jira/browse/HADOOP-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom White updated HADOOP-1294:
------------------------------
Attachment: java6_unchecked2.patch
Thanks Tahir. I've now got Java 6 working which exposed a few more warnings.
This patch fixes them. I've checked it with Java 5 too.
> 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, java6_unchecked2.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.