> -----Original Message-----
> From: Stephen Colebourne [mailto:scolebourne@btopenworld.com]
> Sent: Saturday, August 31, 2002 4:25 AM
> To: Jakarta Commons Developers List
> Subject: Re: [lang] 1.0 release foci (fwd)
>
>
> From: "Henri Yandell" <bayard@generationjava.com>
> > I've put the Maven site up at:
> >
> > http://www.generationjava.com/maven/jakarta-commons/lang/index.html
> >
> > if it's of use to anyone. Reading the javadoc through that
> is often more
> > fun/easier.
>
> I've addressed some of the checkstyle points. However, some checkstyle
> issues don't seem like problems:
> 1) Line length - even the CVS $Id$ lines are longer than 80 chars. I'd
> propose a 120 char limit
Personally, I prefer to stick to the 80 character limit, knowing that I'll
get 2 violations from Checkstyle on each file - one on line 2 and one
usually on or around line 70 - due to CVS keyword expansions which are out
of my control. The main reason is that this makes it much easier to work on
two files side by side - either in my editor or, more importantly, in tkdiff
- without having to scroll horizontally all the time.
--
Martin Cooper
> 2) Throwing runtime exceptions - I guess this is a bug/feature of
> checkstyle. As far as I know, a runtime exception shouldn't
> be declared in
> the throws clause but should be in the javadoc
>
> Stephen
>
>
> --
> To unsubscribe, e-mail:
> <mailto:commons-dev-unsubscribe@jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:commons-dev-help@jakarta.apache.org>
>
>
--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@jakarta.apache.org>
|