Community
Participate
Working Groups
Build ID: I20070517-1700 Steps To Reproduce: 1. create package tmp.a and create an abstract aspect A in this package 2. create package tmp.b and create an aspect B with supertype A in this package 3. open aspect B with AJ editor. the file contains the line "import tmp.a.A;" 4. press <Ctrl>-<Shift>-O tho optimize imports => the line "import tmp.a.A;" is removed. More information:
hopefully addressed by jdt-weaving
Confirmed that this works with jdt-weaving enabled. Will add a test.
Test case has been committed.