[
https://issues.apache.org/jira/browse/HADOOP-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485922
]
Tom White commented on HADOOP-1190:
-----------------------------------
This first round of patches fixes unchecked warnings in the following Hadoop
packages (and subpackages): conf, dfs, filecache, fs, ipc, net, util.
The changes are pretty mechanical - changing raw types to parameterized types
(e.g. List to List<String>) and removing unnecessary casts. They all compile
and pass unit tests.
Unless anyone objects, I would these patches to be committed very soon (so as
to cause as little disruption as possible - see discussion in HADOOP-958) - and
before other patches :) We can record the svn version numbers in Jira to make
it easy to track when these changes were made.
This leaves io, mapred and metrics (tools didn't have any), and the tests and
examples, for the next round(s).
> Fix unchecked warnings
> ----------------------
>
> Key: HADOOP-1190
> URL: https://issues.apache.org/jira/browse/HADOOP-1190
> Project: Hadoop
> Issue Type: Improvement
> Affects Versions: 0.12.2
> Reporter: Tom White
> Assigned To: Tom White
> Fix For: 0.13.0
>
> Attachments: conf-unchecked.patch, dfs-unchecked.patch,
> filecache-unchecked.patch, ipc-unchecked.patch, net-unchecked.patch,
> record-unchecked.patch, util-unchecked.patch
>
>
> Fix all the unchecked warnings that occur when compiling Hadoop.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.