Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 44815 invoked from network); 12 Mar 2008 22:24:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2008 22:24:53 -0000 Received: (qmail 17823 invoked by uid 500); 12 Mar 2008 22:24:48 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 17757 invoked by uid 500); 12 Mar 2008 22:24:48 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 17748 invoked by uid 99); 12 Mar 2008 22:24:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 15:24:48 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.200.174 as permitted sender) Received: from [209.85.200.174] (HELO wf-out-1314.google.com) (209.85.200.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 22:24:12 +0000 Received: by wf-out-1314.google.com with SMTP id 25so3084473wfc.27 for ; Wed, 12 Mar 2008 15:24:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=CtPTw3pqVvdtG3dEllBC0gIpYTkZ+0L3Ls8jGqLG2DU=; b=sQ9aWk6wTInvMjHsnyJoxlMCoUWBvF2pZRAZ2cI5smTH9Tn2O16w6h71Bdh5YgufdyhBl8C0sf6Wdvbr6W1JRogHuRpHfW565iAZnT2zF5ZXOcvCidQEzrf7oRIaMXLLwfm56fdfobLpc7IrnI8xX8R6o0TdOn2qrkMYJISaD8U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=S5JaUE/KphGWKYDHXCng//q99edrF338jRuGmo8JBnamTwCBdHpKRAE+JOOCNYh4ApO/+apzZoyXVnOc1oJkiD3tlFGfULeb99dLZsZun4X8I2vjiR6UfDJAOmelca7pkfjTsUWa0635QNFrxYx3W5+lWHs2TKv6f0pqE0UEobA= Received: by 10.142.125.5 with SMTP id x5mr3944933wfc.191.1205360663725; Wed, 12 Mar 2008 15:24:23 -0700 (PDT) Received: by 10.142.229.10 with HTTP; Wed, 12 Mar 2008 15:24:23 -0700 (PDT) Message-ID: <25aac9fc0803121524t73295853j42f91b573040bc37@mail.gmail.com> Date: Wed, 12 Mar 2008 22:24:23 +0000 From: sebb To: "Commons Developers List" Subject: [NET] 2.0 raw types and other generics stuff MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org There are quite a few raw types still remaining in both the java and test trees. Likewise @Override should be added to methods that are intended to override a parent method. Any objections if I work my way through these? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org