On 03/02/2010, Niall Pemberton wrote:
> On Wed, Feb 3, 2010 at 2:22 AM, Niall Pemberton
> wrote:
> > For anyone who hasn't noticed I've been back-porting Commons Lang
> > changes from the trunk to a 2.x branch:
> >
> >http://svn.apache.org/viewvc/commons/proper/lang/branches/LANG_2_X/
>
I'll only say that not autoboxing by default is already over-paranoid
when you consider that you're usually talking about doing reflective
invocations, for which Objects (and therefore unboxing) are needed to
make calls with primitive arguments. If you're talking about
compiler-level stuff
On Wed, Feb 3, 2010 at 3:28 PM, Matt Benson wrote:
> If you're offering, the changes I made yesterday to ClassUtils to default
> autoboxing based on RT Java version should probably be ported. After that,
> autoboxing can actually just be defaulted to true in trunk as it will
> require Java 5+ at
If you're offering, the changes I made yesterday to ClassUtils to
default autoboxing based on RT Java version should probably be
ported. After that, autoboxing can actually just be defaulted to
true in trunk as it will require Java 5+ at RT.
Thanks,
Matt
On Feb 2, 2010, at 8:22 PM, Niall
Luc Maisonobe wrote:
> Luc Maisonobe a écrit :
>> Dimitri Pourbaix a écrit :
>>> Hi,
>> Hi Dimitri,
>>
>>> In its present form (CM2.0), SingularValueDecomposition suffers some
>>> problems when the matrix is (numerically) singular. Luc proposed a
>>> way to improve the situation by limiting the si
CharRange should now implement Iterable.
Niall
On Wed, Feb 3, 2010 at 7:31 AM, wrote:
> Author: bayard
> Date: Wed Feb 3 07:31:10 2010
> New Revision: 905919
>
> URL: http://svn.apache.org/viewvc?rev=905919&view=rev
> Log:
> Adding Vincent Ricard's patch to CharRange.java providing an iterator