MarcoGervasoni / gwt-math

Automatically exported from code.google.com/p/gwt-math
0 stars 0 forks source link

remainder(BigDecimal) does not seem to be emulated #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a BigDecimal.
2. Invoke the remainder(BigDecimal) method on it.

What is the expected output? What do you see instead?
Expected output is the remainder of the divide operation, GWT compiler 
fails instead.

What version of the product are you using? On what operating system?
2.0.1, Linux

Please provide any additional information below.

I fixed the problem by patching the BigDecimal.java source in 
com/googlecode/gwt/math/emul/java/math
file is attached.

Original issue reported on code.google.com by mark.web...@gmail.com on 30 Dec 2008 at 10:16

Attachments:

GoogleCodeExporter commented 9 years ago
thank you very much.
add in 2.0.3

Original comment by marco.ge...@gmail.com on 5 Jan 2009 at 11:17