You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fix LocalCorrectionsSubProcessor.addPermittedTypes() method to
not pass empty importName to the search pattern
- add new test to QuickFixTest22
- fixeseclipse-jdt#1845
I'm trying to test #1817 .
This is all I see over
someShape
:I think the issue is related to https://github.com/eclipse-jdt/eclipse.jdt.ui/pull/1817/files#diff-e0ec3fbd8bcf1f3175bcbf9d5d49e6bd76b56b06ff24f9875c6203196d015344R2495 . If the classes are all in the same package (no import required), then
importName
will be empty.The text was updated successfully, but these errors were encountered: