ArrayUtils contains methods called "add" and "addAll" marked for 2.1, these would be moved and complete for missing primitive type signatures.
Gary > -----Original Message----- > From: matthew.hawthorne [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 27, 2004 14:54 > To: Jakarta Commons Developers List > Subject: Re: [lang] ArrayUtils monster file > > Gary Gregory wrote: > > ArrayUtils is currently a 3800+ line monster file. I am working on > > adding "add" and "addAll" methods for 2.1 and am wondering what folks > > would think of a separate class for these ops: ArrayAddUtils? > > AddArrayUtils? > > Sounds like a good idea, depending on how many methods you're adding. > > That's an incredibly large class, but all of the methods seem somewhat > simple, > so I could see arguments for keeping it together vs. breaking things > apart. > > --------------------------------------------------------------------- > 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]
