Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 3226 invoked from network); 6 Apr 2011 19:01:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Apr 2011 19:01:46 -0000 Received: (qmail 54262 invoked by uid 500); 6 Apr 2011 19:01:46 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 54181 invoked by uid 500); 6 Apr 2011 19:01:46 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 54173 invoked by uid 99); 6 Apr 2011 19:01:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2011 19:01:46 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simone.tripodi@gmail.com designates 74.125.82.49 as permitted sender) Received: from [74.125.82.49] (HELO mail-ww0-f49.google.com) (74.125.82.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2011 19:01:41 +0000 Received: by wwb39 with SMTP id 39so2055287wwb.6 for ; Wed, 06 Apr 2011 12:01:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=drv0BRidzE2fyLaVPwDa5GdYBfjiu8q+wdBa0Ql804Y=; b=tI+UJ9WY/xLsxKXQvTxhRbmC4JABpMiyi7ZchxSIsmRDan64BlYm3Ux1yzZjxYHJXm iwUZ6+5Lq8+LHhvgd7dTUgCSeWaRE89jmf+P+ox0Cam7sNcihp9rFQIGS+ZmBjGWEvK0 BPHiikkppHU+6osdXPaHgj8/QvTC6h53yxZQE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=mpJ/WNPpVigdgezEBaHRP81XaYT5Tf2TsjGZyPUO2HjK6RDRzAO9obDUhABijg84si rTiDIhDiDgXiagihQ3HQMBMuO1QqSb+Ys5vD80hTwCgEJ2UIUN1PwISiXtNDv91D6zi3 FqGEfZmTlK7GkRrpuNT2SxKECuyewFLs83L5o= MIME-Version: 1.0 Received: by 10.227.209.8 with SMTP id ge8mr1396527wbb.211.1302116480125; Wed, 06 Apr 2011 12:01:20 -0700 (PDT) Sender: simone.tripodi@gmail.com Received: by 10.227.147.199 with HTTP; Wed, 6 Apr 2011 12:01:20 -0700 (PDT) In-Reply-To: References: Date: Wed, 6 Apr 2011 21:01:20 +0200 X-Google-Sender-Auth: zEeczb7idtGdhbi4If5gyHcklLI Message-ID: Subject: Re: [discovery] going to 0.5-RC2 From: Simone Tripodi To: Commons Developers List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thanks for the feedbacks guys, I'll fix the latest checkstyle warnings following Seb's suggestions :) Have a nice day! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Wed, Apr 6, 2011 at 5:06 PM, sebb wrote: > On 6 April 2011 06:54, Simone Tripodi wrote: >> Hi Gary :) >> do you have please any suggestion how to fix the "Expected @throws tag >> for 'XXXXException'" even if the "@throws XXXXException" is set? > > There's no explanation for the @throws. Checkstyle seems to be > complaining about that. > > i.e. change > > @throws XXXXException > > to > > @throws XXXXException if the moon is in the 3rd quarter > > or whatever is more appropriate. > >> Many thanks in advance!!! >> All the best, >> Simo >> >> http://people.apache.org/~simonetripodi/ >> http://www.99soft.org/ >> >> >> >> On Wed, Apr 6, 2011 at 3:23 AM, Gary Gregory wr= ote: >>> On Tue, Apr 5, 2011 at 6:34 PM, Simone Tripodi wrote: >>> >>>> Hi all guys, >>>> I reduced the checkstyle errors from more than 300 to 45, follow below >>>> what is missing: >>>> >>> >>> Nice chunk to lop off! :) >>> >>> I do not use Discovery, otherwise I'd weigh in on the tickets. >>> >>> Gary >>> >>> >>>> >>>> =C2=A0* Missing package documentation file: I'd ignore them since pack= age >>>> descriptions are defined in 'package-info.java' and correctly >>>> visualized in javadoc; >>>> =C2=A0* Expected @throws tag for 'XXXXException': I don't understand w= hy >>>> they are reported, even if they are in the @throws tag :O >>>> >>>> What's next on Jira before 0.5-RC2: >>>> >>>> =C2=A0* DISCOVERY-16: consider it already done >>>> =C2=A0* DISCOVERY-7: don't have an idea yet how to solve it (if it mak= es >>>> sense to fix it) >>>> =C2=A0* DISCOVERY-6: we switched to Java5, can be overlooked? >>>> =C2=A0* DISCOVERY-3: thoughts? >>>> >>>> Now off to bad, thanks in advance for your feedbacks! >>>> Simo >>>> >>>> http://people.apache.org/~simonetripodi/ >>>> http://www.99soft.org/ >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >>>> For additional commands, e-mail: dev-help@commons.apache.org >>>> >>>> >>> >>> >>> -- >>> Thank you, >>> Gary >>> >>> http://garygregory.wordpress.com/ >>> http://garygregory.com/ >>> http://people.apache.org/~ggregory/ >>> http://twitter.com/GaryGregory >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> For additional commands, e-mail: dev-help@commons.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org