I expected people to be unhappy with having hundreds of classes in one package, even if most were hidden.
I'm quite happy to deal with the spam though, so will scratch the sub-package idea. Hen On Wed, 2 Apr 2003, David Graham wrote: > I see no problem with using just 1 package org.apache.commons.collections. > Sub-packages are not needed and violate the "package is the unit of release" > principle. > > David > > > > >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 12:52:35 -0500 (EST) > > > > > >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-scoped > >classes which hide inside CollectionUtils]. > > > >org.apache.commons.collections.bag.BagUtils, and Bag interface, and Bag > >implementations etc. > > > >org.apache.commons.collections.map.MapUtils ... > > > >and so on? > > > >Hen > > > >On Wed, 2 Apr 2003, Juozas Baliuka wrote: > > > > > > > > +1, static public inner classes 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 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 what point is a Utils class considered to have too many inner > > > classes? > > > >For example, does no one else find the 1200 line MapUtils quite > > > painful? :) > > > > > > > > > > > >Hen > > > > > > > > > > > >--------------------------------------------------------------------- > > > >To unsubscribe, e-mail: [EMAIL PROTECTED] > > > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > This e-mail, including any attachments, is a confidential business > > > communication, and may contain information that is confidential, > >proprietary > > > and/or privileged. This e-mail is intended only for the individual(s) > >to > > > whom it is addressed, and may not be saved, copied, printed, disclosed > >or > > > used by anyone else. If you are not the(an) intended recipient, please > > > immediately delete this e-mail from your computer system and notify the > > > sender. Thank you. > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > _________________________________________________________________ > MSN 8 with e-mail virus protection service: 2 months FREE* > http://join.msn.com/?page=features/virus > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
