andydoroga1989 / gwt-google-apis

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

Chart APIs do not support new GWT enum obfuscation #416

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
1.1

Detailed description:

GWT just added support for enum obfuscation:
  http://code.google.com/p/google-web-toolkit/source/detail?spec=svn8826&r=8748

When turned on enum names are no longer available.  However, the visualization 
code uses enum names in the following places:

com/google/gwt/visualization/client/AbstractDataTable.java:47
com/google/gwt/visualization/client/AbstractDataTable.java:56
com/google/gwt/visualization/client/visualizations/AnnotatedTimeLine.java:171
com/google/gwt/visualization/client/visualizations/AnnotatedTimeLine.java:211
com/google/gwt/visualization/client/visualizations/AnnotatedTimeLine.java:219

Workaround if you have one:
Use JSNI.

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by awi...@google.com on 21 Sep 2010 at 9:53

GoogleCodeExporter commented 9 years ago
Patch attached fixing the issue.

Original comment by awi...@google.com on 21 Sep 2010 at 10:16

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 21 Sep 2010 at 11:40

GoogleCodeExporter commented 9 years ago
Committed as r1842.  Thanks for the patch!

Original comment by zundel@google.com on 22 Sep 2010 at 11:46

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 22 Sep 2010 at 11:46

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 28 Oct 2011 at 3:48