You can indeed safely ignore it. The IDE found itself unable to hot-swap the code within the hosted-mode infrastructure's ClassLoader, but hosted-mode's design guarantees a correct hot-swap on refresh (which is a bit more like a regular browser anyway, which is nice). @scottb, mmendez: Do you guys know if this behavior is documented anywhere? If not, we probably should.
On Fri, May 8, 2009 at 5:09 PM, k9mab <[email protected]> wrote: > > I had this problem for a while and discovered by accident that it > would go away when I added the @Override tag to my event handler > methods where missing. > > Mike > > > On May 7, 11:06 am, Salvador Diaz <[email protected]> wrote: > > For what is worth, I've had this problem and found out that I could > > just ignore it, the hot code replace still worked. > > > > Cheers, > > > > Salvador > > > > On May 7, 4:58 pm, Alok <[email protected]> wrote: > > > > > I also started to have to same problem. It was running all good before > > > 2 days. Now it complains even for the smallest changes. > > > Please do update the post if any one have any idea. > > > > > On Apr 24, 11:19 am, irc1258 <[email protected]> wrote: > > > > > > Versions: > > > > GWT 1.5.x > > > > Eclipse 3.4.1. Build M20090211-1700. > > > > > > Steps To Reproduce: > > > > 1. Invoke a GWT Debug config. > > > > 2. After GWT GUI comes up, make trivial change to code, e.g. modify > an > > > > existing > > > > comment. > > > > 3. Save the file. Hot Code Replace Diaglog comes up. > > > > 4. The reason given is: Hot code replace failed - Class modifiers > > > > change not > > > > implemented. > > > > > > More information: > > > > * This problem only started recently. Before with the same project, > > > > this > > > > problem did not occur. > > > > * Another team member working on the same project does not have this > > > > problem. > > > > He is using Eclipse build Version: 3.4.1 Build id: M20080911-1700. I > > > > am using Version: > > > > 3.4.2 Build id: M20090211-1700. > > > > * I submitted this defect to the Eclipse team. They recommended that > > > > it be submitted the GWT team as well. > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
