I went ahead and added issue 3950<http://code.google.com/p/google-web-toolkit/issues/detail?id=3950>to track this problem. Thanks for pointing this out.
On Thu, Aug 13, 2009 at 5:56 PM, Sumit Chandel <[email protected]>wrote: > Hi luisfpg, > Could you file an issue for this on the Issue Tracker? I'll make sure it > gets the attention of the plugin team from there. > > Issue Tracker: > http://code.google.com/p/google-web-toolkit/issues/list > > Cheers, > -Sumit Chandel > > > On Tue, Aug 11, 2009 at 7:36 AM, luisfpg <[email protected]> wrote: > >> >> Using plugin version 1.7.0 and Eclipse Galileo. >> When a RemoteService interface defines a method, the corresponding >> Async interface is marked as error and there is a quick fix which >> generates the method in the Async. Good. >> However, when the method is defined in a super interface of the >> RemoteService, the Async is marked as error, but the quick fix is >> missing. >> Here is how to reproduce: >> >> public interface Super { >> void x(); >> } >> >> public interface GreetingService extends RemoteService, Super { >> } >> >> public interface GreetingServiceAsync { >> // The error is reported that x() must be declared, but there's no >> quick fix >> } >> >> > > > > -- Miguel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
