Hello. I have the problem using gwt 1.5.3 and gwt-reflection 0.8.0. On js compilation I have follow exception:
[java] [ERROR] Errors in 'jar:file:/home/timofiychuk/workspace/lib/gwtreflection/gwtr-emule.jar!/pl/rmalinowski/gwtreflect/client/utils/JavaToJSArrayUtil.java'
[java] [ERROR] Line 90: Parameter 'value': type 'long' is not safe to access in JSNI code
Could you may to help me?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello. I have the problem using gwt 1.5.3 and gwt-reflection 0.8.0. On js compilation I have follow exception:
[java] [ERROR] Errors in 'jar:file:/home/timofiychuk/workspace/lib/gwtreflection/gwtr-emule.jar!/pl/rmalinowski/gwtreflect/client/utils/JavaToJSArrayUtil.java'
[java] [ERROR] Line 90: Parameter 'value': type 'long' is not safe to access in JSNI code
Could you may to help me?
You just need to add some supress annotations -->
I've made some adjustments to this library, so that it works with GWT 1.5.3.
I've added a patch to this project, which contains a jar file.
--> see https://sourceforge.net/tracker/?func=detail&aid=2722013&group_id=191665&atid=938294