tags:

views:

194

answers:

1

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.

+2  A: 

Nope.

[ERROR] Line 23: The method getSimpleName() is undefined for the type Class<capture#1-of ? extends SimpleTest>
vasac
:(thanks for the response though.
P4ndaman