Community
Participate
Working Groups
Created attachment 85176 [details] Test projects to reproduce the bug Build ID: I20070621-1340 Steps To Reproduce: 1. Import the 2 projects (test, test2) contained in attached test.zip 2. Open class test3.Test3 of project test2 3. Delete bad import statement (the one with red marker) 4. Organize imports Bad import statement: import test.Test1$ITest; is generated instead of: import test.Test1.ITest; More information: test2 doesn't references project test but it contains the exported jar of project test in the classpath. Organize imports works well for classes that are contained in the same project as the class with the inner interface (test2.Test2 in project test). It also works well when project test2 references the project test directly instead of referencing the exported jar.
*** This bug has been marked as a duplicate of bug 182179 ***
Reopen to reassign to JDT/UI
*** This bug has been marked as a duplicate of bug 206143 ***