When executing my app in development mode I started getting a long
list of errors in the tree log, all related to BigDecimal. Here are
the first few lines:

Errors in 'jar:file:/C:/eclipse/plugins/
com.google.gwt.eclipse.sdkbundle.2.1.0_2.1.0.v201010280102/gwt-2.1.0/
gwt-user.jar!/com/google/gwt/emul/java/math/BigDecimal.java'
Line 968: The method valueExact(int) is undefined for the type
BigDecimal
Line 1660: The method valueExact(int) is undefined for the type
BigDecimal
Line 1690: The method valueExact(int) is undefined for the type
BigDecimal
Line 2154: The method valueExact(int) is undefined for the type
BigDecimal
Line 2781: Syntax error, insert ")" to complete MethodDeclaration
...

It's strange because it just started happening even though I don't
think I upgraded my sdk recently. Also, I don't think we started using
BigDecimal or anything new from math.

The app still runs without problems, but I was curious as to whether
or not it's a known issue or some strange quirk of my environment.

Cheers,

   Philippe

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to