Does GWT 1.7 have support for Class.getSimpleName()? I am currently using 1.6, and it does not support this method.
http://code.google.com/p/google-web-toolkit/issues/detail?id=3404 says its been fixed but not released, but perhaps the status hasn't been updated for a while.
I could easily replicate it myself by manipulating Class.getName(), but if GWT 1.7 supports this method, then I will upgrade to it.
views:
194answers:
1
+2
A:
Nope.
[ERROR] Line 23: The method getSimpleName() is undefined for the type Class<capture#1-of ? extends SimpleTest>
vasac
2009-07-16 14:45:31
:(thanks for the response though.
P4ndaman
2009-07-16 16:25:39