Share

Googlipse (Gwt-Eclipse Plugin)

Tracker: Bugs

5 Imports for async interface not removed - ID: 1660675
Last Update: Tracker Item Submitted ( kasevaville )

Imports for asynchronous imports are not removed even though it has been
purpose.

There is a bug in source code:

// from line 125
List imports = astRoot.imports();
List importsToBeRemoved = new ArrayList();

for (Iterator j = importsToBeRemoved.iterator(); j.hasNext();) {


for -loop is iterating over empty arraylist. It should iterate over imports
not importsToBeRemoved.


V Kaseva ( kasevaville ) - 2007-02-15 14:49

5

Open

None

Nobody/Anonymous

None

None

Public


Comments

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.