FWIW I've seen this happen a variable will always blow an exception (NPE in my case). At the time, it appeared that the compiler was deciding that it wasn't worth it to call any of the code, so no 'error happened!' or 'test finished' message ever occurred at all, and from your example, I think this could be likely.
Have you tried adding a throws to the method decl? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
