I'm currently having a NullPointerException in the following line of com.google.web.bindery.requestfactory.server.Resolver:
assert false : "Should not add paths to client type "
+ resolution.getClientObject().getClass().getCanonicalName();
In 2.5.0, it's on line 488 of the file.
I won't open a bug to it because, honestly, I have no idea how I'm provoking this error. And curiously enough, besides displaying an error message to the user, this problem isn't stopping my application from functioning normally.
Actually, if I disable assertion execution, everything works fine.
Maybe somebody with development rights should review this particular assertion?
Regards,
--
Tiago Rinck CavedenYou received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment