We can't delete it yet, so the general approach has been to leave alone so
that we guarantee it still works the way it used to.

However, if you are certain that these methods do exactly the same, then a
forwarding implementation would be OK.
Stephen

----- Original Message -----
From: "__matthewHawthorne" <[EMAIL PROTECTED]>
To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 24, 2003 10:24 PM
Subject: Re: [lang] Removing code from deprecated NumberUtils


> Since lang.NumberUtils is deprecated, I don't see a point in making any
> modifications to it.
>
>
>
>
> Fredrik Westermarck wrote:
>
> > Hi!
> >
> > How about removing tha code in o.a.c.lang.NumberUtils and dispatching
> > calls to the corresponding method in o.a.c.lang.math.NumberUtils
instead?
> >
> > Maybe not all methods can be changed this way since nullhandling and
> > throwing of exceptions may have changed.
> >
> > After having a quick look it seems as the following methods in in
> > o.a.c.lang.NumberUtils could be changed this way:
> >
> > - stringToInt(String)/stringToInt(String, int)
> > - isAllZeros(String)
> > - minimum(long, long, long)/minimum(int, int, int)
> > - maximum(long, long, long)/maximum(int, int, int)
> > - compare(double, double)/compare(float, float)
> > - isDigits(String)
> > - isNumber(String)
>
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to