Re: GWT2.8.1 errors "Exception: com.google.gwt.core.client.JavaScriptException: (TypeError) : object_0_g$.getXXX_30_g$ is not a function"

2017-05-18 Thread Nándor Előd Fekete
I think I have the same problem as you. See my earlier post on this forum: https://groups.google.com/d/topic/google-web-toolkit/rdoCr79EQbE/discussion I wanted to file an issue about this problem, but I couldn't track down the exact behavior of the GWT compiler when this happens (except the info

Re: Generate JavaScript documentation from JsInterop annotated Java sources

2017-05-18 Thread Thomas Broyer
I suppose one could write an annotation processor that could generate a Closure externs files (the reverse of the jsinterop-generator), copying the javadoc (though probably transforming it a bit, to turn it into jsdoc with type information) around, so a jsdoc tool could be used afterwards (or d