I read somewhere that GWT 2.5 now allows Class.getSimpleName.
I am using GWT 2.5, GXT 3.x.
This gave me GIN injector NPE:
GWT.log(this.getClass().getSimpleName() + commentString);
Is getting the error due to
Yes..I too read the same and in a blind room some days.But the fact is the commit is still pending
@Daniel Kurka recently abonded
the code https://gwt-review.googlesource.com/#/c/2220/
if you want you can super source from here
https://gwt-review.googlesource.com/#/c/2220/4/user/super/com/google/gwt/emul/java/lang/Class.java
or
as @Andrea commented we have to wait for sdk 2.6 :)