Hello all

I just wanted to bring you what I think to be the bug solution on JIRA 4036 as 
the commited source on Mai 09 doesn't solve the problemn of the decimal 
conversion

The issue is the the convertToString methods have diffrenet prototype (object, 
Byte, int, ...) but no prototype taking a BigDecimal as argument.

So The bug is solved by adding a method with the right signature :

  public static String convertToString(BigDecimal o) {
        return o.toPlainString();
    }

I did it, regenerate the adb jar, it works, but it could be nice for me if the 
next release can integrate it..

Best regards
Philippe




--


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to