--------------------------------------------------------
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
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.