Hi everybody
-- I have discovered an issue in GWT 2.8.
Evaluating the statement the following statement results in false as expected.
Math.abs(Double.NaN) < 0.001
But applying the not operation to the same line also returns false.
!(Math.abs(Double.NaN) < 0.001)
Is anyone else able to see this problem. We are able to work around it but it seems like a bug to me. This was working correctly in GWT 2.7.
Thanks,
Kevin Langille
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment