If you try to convert an integer (or a long) to a string with radix 1,
the Integer.toString method goes into an infinite loop.
The code that I suggested for bug id 1230852 happens to correct this bug.
--Guy
the Integer.toString method goes into an infinite loop.
The code that I suggested for bug id 1230852 happens to correct this bug.
--Guy