Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 50380 invoked from network); 28 May 2007 07:20:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 May 2007 07:20:53 -0000 Received: (qmail 89558 invoked by uid 500); 28 May 2007 07:20:57 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 89511 invoked by uid 500); 28 May 2007 07:20:57 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 89499 invoked by uid 99); 28 May 2007 07:20:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 May 2007 00:20:57 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of enriquer9@gmail.com designates 64.233.162.233 as permitted sender) Received: from [64.233.162.233] (HELO nz-out-0506.google.com) (64.233.162.233) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 May 2007 00:20:51 -0700 Received: by nz-out-0506.google.com with SMTP id i1so453927nzh for ; Mon, 28 May 2007 00:20:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JyolHCbV5bhbqoQNdMaCmAjs8OtR6t9YgPmSc/F/0dsT1Mj0iBMQ2MNROkCJngWt9EgSkjSZnUJr1guWzJuY4MQOLNf90N5iN0j3UMDjfkUWBgOrFfdvFF7CTYfXDnPGtfi9UxAphihK/+CfKFCrqtEEUlYmXV1OoBmUA464ysQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lesJXloZj/44BUkRmy9lh8CXRe9nkyor05jUnbt7e/89ctdMThe9anGg25mJ1hBCGGijZknHUDulixM92Rqa/lIEiIHa3lHjMPp3YpPcpVenM08JKocBozsxbFd6FZWexAX4fr5j3rzqt/FmVBZpTJUcabOXVrrNvtD4s6hqjX4= Received: by 10.114.58.1 with SMTP id g1mr2766974waa.1180336830393; Mon, 28 May 2007 00:20:30 -0700 (PDT) Received: by 10.115.111.11 with HTTP; Mon, 28 May 2007 00:20:25 -0700 (PDT) Message-ID: <568753d90705280020k3c9930a1r3cbdbd81ab2463d5@mail.gmail.com> Date: Mon, 28 May 2007 00:20:25 -0700 From: "Enrique Rodriguez" Reply-To: erodriguez@apache.org To: "Apache Directory Developers List" Subject: Re: [ApacheDS] Unnecessary casts in schema-bootstrap generated sources In-Reply-To: <465A80C7.3080204@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <568753d90705280002i405859b6x2bfafa7bcb13858d@mail.gmail.com> <465A80C7.3080204@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org On 5/28/07, Emmanuel Lecharny wrote: > ... > Can you simply disable the warning for this project (I guess you are > using eclipse) Sure, I can disable it, but I lose the warnings for non-generated sources. I realize this isn't a huge deal. I was hoping it might be a quick template fix. Enrique