> From: Maxim Kizub [mailto:[EMAIL PROTECTED]] > > > 2) "new ArrayIndexOutOfBoundsException( number )" was replaced > with "new ArrayIndexOutOfBoundsException( String.valueOf(number) )". > I think it's not a bug of compiler... > This one is actually a bug with ArrayIndexOutOfBoundsException (missing int constructor). Better to change it back and fix the exception class instead. That will reduce the size of the patch tremendously. Thanks for the good work here! --John Keiser
- Kiev + classpath - first results Maxim Kizub
- Re: Kiev + classpath - first results John Keiser
- Re: Kiev + classpath - first results Paul Fisher

