// Helpful with tag auto generation. Though this isn't really required.
  /**
   * Return the same string. It is there for convenience and makes life easy
   * while auto generating tags.
   * @param value
   * @return
   */
  public static String getString(......

this makes it clear, that the class is not really "nice", but used by the
auto generated tags.



On Jan 18, 2008 8:52 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> legacy... from Trinidad, just moved it over... to not brake things......
>
> thx
>
>
> On Jan 18, 2008 8:04 AM, Manfred Geiler <[EMAIL PROTECTED]> wrote:
> > Just had a look at the new commons-utils module and found the class 
> > "TagUtils".
> > Please forgive me for saying it directly: This piece of code is horrible!
> > It seems to be a mixture of various static methods without any direct
> > relation to "Tags". Looks like a huge graveyard for quick and dirty
> > static code pieces.
> > Having in mind a stable API (this is what we intended with these
> > commons jars - right?) I must say we SHOULD get rid of this code
> > and/or refactor it to several separate utils classes. Each one of them
> > having a clear and certain scope.
> >
> > WDYT?
> >
> > --Manfred
> >
>
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> sessions: http://www.slideshare.net/mwessendorf
> mail: matzew-at-apache-dot-org
>



-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

Reply via email to