I tried to place the file under com.google.gwt.lang but it still uses the old implementation in compilation instead of my modified implementation.
What am i doing wrong?
I tried to place the file under com.google.gwt.lang but it still uses the old implementation in compilation instead of my modified implementation.
What am i doing wrong?
<!-- Fundamental types required by code generation and other basics. -->
<!-- Do not inherit this module directly; inherit com.google.gwt.core.Core. -->
<!-- -->
<!-- Types from this module are not visible to nor imported into user code. -->
<!-- -->
If you really need changes here I would suggest to rebuild the gwt-dev.jar from sources and put it on the classpath instead of the current one:
https://developers.google.com/web-toolkit/makinggwtbetter#compiling