Re: [collections] XxxUtils inner classes

2003-04-02 Thread David Graham
Moving those inner classes into package scoped classes would be good. David From: Henri Yandell [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Subject: [collections] XxxUtils inner classes Date: Wed, 2 Apr

RE: [collections] XxxUtils inner classes

2003-04-02 Thread Shapira, Yoav
Hi, Personally: at 1. I dislike inner classes ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 12:37 PM To: Jakarta Commons Developers List Subject: [collections] XxxUtils inner classes At

Re: [collections] XxxUtils inner classes

2003-04-02 Thread Henri Yandell
] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 7:39 PM Subject: RE: [collections] XxxUtils inner classes Hi, Personally: at 1. I dislike inner classes ;) Yoav Shapira Millennium ChemInformatics -Original Message- From: Henri Yandell [mailto

Re: [collections] XxxUtils inner classes

2003-04-02 Thread Juozas Baliuka
: Wednesday, April 02, 2003 7:52 PM Subject: Re: [collections] XxxUtils inner classes So do we move to a structure in which each Utils class has its own package? org.apache.commons.collections.CollectionsUtils, which also contains Collection implementations and Collection features [the package

RE: [collections] XxxUtils inner classes

2003-04-02 Thread Shapira, Yoav
ChemInformatics -Original Message- From: Juozas Baliuka [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 1:57 PM To: Jakarta Commons Developers List Subject: Re: [collections] XxxUtils inner classes I prefer not to have subpackages in commons components, It is better to propose a new

Re: [collections] XxxUtils inner classes

2003-04-02 Thread Juozas Baliuka
List Subject: Re: [collections] XxxUtils inner classes I prefer not to have subpackages in commons components, It is better to propose a new experimental componet or move it as top level project if it grows too mutch. - Original Message - From: Henri Yandell [EMAIL PROTECTED] To: Jakarta

Re: [collections] XxxUtils inner classes

2003-04-02 Thread Henri Yandell
are not very usefull. - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 7:39 PM Subject: RE: [collections] XxxUtils inner classes Hi, Personally: at 1. I dislike inner

Re: [collections] XxxUtils inner classes

2003-04-02 Thread David Graham
From: Henri Yandell [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Subject: Re: [collections] XxxUtils inner classes Date: Wed, 2 Apr 2003 13:17:27 -0500 (EST) I expected people to be unhappy with having

Re: [collections] XxxUtils inner classes

2003-04-02 Thread Henri Yandell
Developers List [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Subject: Re: [collections] XxxUtils inner classes Date: Wed, 2 Apr 2003 12:52:35 -0500 (EST) So do we move to a structure in which each Utils class has its own package

RE: [collections] XxxUtils inner classes

2003-04-02 Thread David Graham
. David From: Shapira, Yoav [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Subject: RE: [collections] XxxUtils inner classes Date: Wed, 2 Apr 2003 15:30:05 -0500 Howdy, JavaDoc by default shows only public

Re: [collections] XxxUtils inner classes

2003-04-02 Thread Alex Chaffee / Purple Technology
On Wed, Apr 02, 2003 at 03:10:51PM -0500, Shapira, Yoav wrote: Howdy, import org.apache.commons.collections.* good. Import org.apache.commons.collections.[onlyTheClassYouNeed] is good. Import .* is annoying and all the jakarta projects should have import cleanups as part of their

RE: [collections] XxxUtils inner classes

2003-04-02 Thread Shapira, Yoav
. Yoav Shapira Millennium ChemInformatics -Original Message- From: Alex Chaffee / Purple Technology [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 02, 2003 4:06 PM To: Shapira, Yoav Cc: Jakarta Commons Developers List; [EMAIL PROTECTED] Subject: Re: [collections] XxxUtils inner classes

RE: [collections] XxxUtils inner classes

2003-04-02 Thread SPRINGER,IAN (HP-NewJersey,ex1)
for this? | -Original Message- | From: Alex Chaffee / Purple Technology [mailto:[EMAIL PROTECTED] | Sent: Wednesday, April 02, 2003 4:06 PM | To: Shapira, Yoav | Cc: Jakarta Commons Developers List; [EMAIL PROTECTED] | Subject: Re: [collections] XxxUtils inner classes | | | On Wed, Apr

RE: [collections] XxxUtils inner classes

2003-04-02 Thread Henri Yandell
:[EMAIL PROTECTED] | Sent: Wednesday, April 02, 2003 4:06 PM | To: Shapira, Yoav | Cc: Jakarta Commons Developers List; [EMAIL PROTECTED] | Subject: Re: [collections] XxxUtils inner classes | | | On Wed, Apr 02, 2003 at 03:10:51PM -0500, Shapira, Yoav wrote: | | Howdy, | | import

RE: [collections] XxxUtils inner classes

2003-04-02 Thread SPRINGER,IAN (HP-NewJersey,ex1)
it. | -Original Message- | From: Henri Yandell [mailto:[EMAIL PROTECTED] | Sent: Wednesday, April 02, 2003 4:14 PM | To: Jakarta Commons Developers List | Subject: RE: [collections] XxxUtils inner classes | | | | Yep. Standard is: | | Match the style of the source, unless it's expressly stated

RE: [collections] XxxUtils inner classes

2003-04-02 Thread Craig R. McClanahan
On Wed, 2 Apr 2003, David Graham wrote: Date: Wed, 02 Apr 2003 13:15:03 -0700 From: David Graham [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [collections] XxxUtils inner classes Import .* is annoying and all the jakarta

RE: [collections] XxxUtils inner classes

2003-04-02 Thread Henri Yandell
- | From: Henri Yandell [mailto:[EMAIL PROTECTED] | Sent: Wednesday, April 02, 2003 4:14 PM | To: Jakarta Commons Developers List | Subject: RE: [collections] XxxUtils inner classes | | | | Yep. Standard is: | | Match the style of the source, unless it's expressly stated in the Sun | coding

RE: [collections] XxxUtils inner classes

2003-04-02 Thread Neil O'Toole
] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [collections] XxxUtils inner classes Import .* is annoying and all the jakarta projects should have import cleanups as part of their build.xml IMHO. Out of curiosity, why is importing

RE: [collections] XxxUtils inner classes

2003-04-02 Thread Neil O'Toole
[EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [collections] XxxUtils inner classes Import .* is annoying and all the jakarta projects should have import cleanups as part of their build.xml IMHO. Out