sharkman / cypal-studio

Automatically exported from code.google.com/p/cypal-studio
0 stars 0 forks source link

Creating a Remote Service adds unused imports #116

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new web service module
2. specify the class name and uri
3. In the class definition there is an unused import:

import com.google.gwt.user.client.rpc.ServiceDefTarget;

and in the Async interface also exists an unused import:

import com.google.gwt.user.client.rpc.AsyncCallback;

What is the expected output? What do you see instead?
The plugin should generate clean java files.

Original issue reported on code.google.com by mihai.ile@gmail.com on 15 Oct 2008 at 9:14