When using GWT, I get the following warning:
Referencing deprecated class 'com.google.gwt.user.client.rpc.SerializableException'
While this is just a warning, he is dead, tired of watching every time I launch a project.
A warning occurs because my RPC raises java.lang.Exception and thus never uses a SerializableException, but GWT is not smart enough to figure it out.
Is it possible to disable the warning or fix it, in addition to compiling my own version of the gwt-user / gwt-servlet libraries?
Thank.
Edit: To clarify, this is GWT 2.0, and the project starts from the Google Plugin in Eclipse.
source
share