google / guava

Google core libraries for Java
Apache License 2.0
50.2k stars 10.91k forks source link

gwt+guava compilation error:[ERROR] Line 761: MAX_SIZE cannot be resolved or is not a field #1639

Closed gissuebot closed 10 years ago

gissuebot commented 10 years ago

Original issue created by Alexander.Luya on 2014-01-22 at 01:08 AM


When compiling guava 16.0+gwt 2.6 RC4,I got this error:

Compiling module com.dsc.athena.Athena    [ERROR] Errors in 'jar:file:/home/alex/workspace/DSC-Lib/lib/guava-gwt-16.0.jar!/com/google/common/base/super/com/google/common/base/CharMatcher.java'       [ERROR] Line 761: MAX_SIZE cannot be resolved or is not a field

gissuebot commented 10 years ago

Original comment posted by cpovirk@google.com on 2014-01-22 at 07:11 PM


This is a Guava bug that was hidden by a GWT bug. We've fixed it, but the fix didn't make Guava 16. Perhaps we should release a 16.0.1 with the fix.

https://github.com/google/guava/commit/4b0e869014db10f62a6efec866a0a2fcccee52ad https://code.google.com/p/google-web-toolkit/issues/detail?id=8510


Status: Fixed Owner: cpovirk@google.com Labels: Type-Defect, Package-Base, Milestone-Release17 CC: cgdecker@google.com

gissuebot commented 10 years ago

Original comment posted by cgdecker@google.com on 2014-02-04 at 06:55 PM


This is fixed in 16.0.1.


Labels: -Milestone-Release17, Milestone-Release16