On Sun, Oct 10, 2010 at 10:53 PM, Gary Gregory <ggreg...@seagullsoftware.com> wrote: > I do not understand warnings "Expected @throws tag for 'EOFException'." in: > > http://people.apache.org/~niallp/io-2.0-rc4/site/checkstyle.html > > when the Javadocs look right. > > It must be missing something obvious...
The methods declare both IOException and EOFException - but EOFException is an IOException so that is unnecessary and effectively eclipsed. I guess its getting confused over that. Its not something I wrote (its been like that since 1.0 http://s.apache.org/N2b) - but except for the checkstyle warning its not an issue. Niall > Gary Gregory > Senior Software Engineer > Rocket Software > 3340 Peachtree Road, Suite 820 . Atlanta, GA 30326 . USA > Tel: +1.404.760.1560 . Mobile: +1.310.403.8747 > Email: ggreg...@seagullsoftware.com > Web: seagull.rocketsoftware.com > > > > -----Original Message----- > From: Oliver Heger [mailto:oliver.he...@oliver-heger.de] > Sent: Sunday, October 10, 2010 11:36 > To: Commons Developers List > Subject: Re: [VOTE] Release Commons IO 2.0 based on RC4 > > Build works fine on Windows 7 on Java 1.5 (both maven and ant). > Artifacts and site look good. > > +1 > > Oliver > > Am 10.10.2010 16:59, schrieb Niall Pemberton: >> I have prepared Commons IO 2.0 RC4. The main change since RC4 was to >> fix the Ant build >> >> The RC3 changes were improvements to some tests which were causing >> intermittent failures in Gump& Continuum and JavaDoc improvements. >> For details about Continuum builds/failures, see: >> http://people.apache.org/~niallp/io-2.0/IOFailures.html >> >> The distro is here: >> http://people.apache.org/~niallp/io-2.0-rc4/ >> >> Release Notes: >> http://people.apache.org/~niallp/io-2.0-rc4/RELEASE-NOTES.txt >> >> Site: >> http://people.apache.org/~niallp/io-2.0-rc4/site/ >> >> Maven Stuff: >> http://people.apache.org/~niallp/io-2.0-rc4/maven/ >> >> Some Notes: >> >> * There is one error on the clirr report - which is a false positive >> (a generic method that is erased) >> http://people.apache.org/~niallp/io-2.0-rc4/site/clirr-report.html >> * Links to the JavaDoc versions on the site don't work (they will when >> its deployed to the right location) >> >> Thanks >> >> Niall >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org >> For additional commands, e-mail: dev-h...@commons.apache.org >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org