(1) Eclipse will not show an error because if your Java code is correct, everything is correct.
(2) As the message said, maybe you need to put a Jar file with sources into your dependency? GWT is a transpiler so it needs all the source codes to be able to translate to JavaScript. Am Montag, 27. April 2020 13:01:30 UTC+2 schrieb pratik thaker: > > Hi Team, > > I have upgraded to GWT 2.8.2 from 2.7.0 and in Eclipse it is not showing > any compilation error. > > But at the time of GWT compile, it is failing for most of the classing > with below error, > > No source code is available for type <CLASSNAME> did you forget to inherit > a required module? > > Please note that, the same used to work fine with 2.7.0 and all the > classes are either simple POJO or utility classes. > > Can you please help me on this ? > > Thanks in advance. > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/d28cc872-6b12-45f1-bc7c-737ffbc3964c%40googlegroups.com.
