Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 62015 invoked from network); 1 Apr 2007 21:03:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2007 21:03:56 -0000 Received: (qmail 7631 invoked by uid 500); 1 Apr 2007 21:04:03 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 7599 invoked by uid 500); 1 Apr 2007 21:04:02 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 7590 invoked by uid 99); 1 Apr 2007 21:04:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2007 14:04:02 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2007 14:03:55 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CECF2714065 for ; Sun, 1 Apr 2007 14:03:34 -0700 (PDT) Message-ID: <22399283.1175461414837.JavaMail.jira@brutus> Date: Sun, 1 Apr 2007 14:03:34 -0700 (PDT) From: "Tom White (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1190) Fix unchecked warnings In-Reply-To: <4492262.1175459912226.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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) 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.