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
Organize imports should automatically import java.sql.Driver, but does nothing. I wonder if this is caused by having 2 possible matching imports when you autocomplete:
With one exact type name match, there should be no ambiguity though. Works fine in Eclipse.
The text was updated successfully, but these errors were encountered:
fbricon
changed the title
Organize imports to import some types even though type name is unique
"Organize imports" fails to import some types even though type name is unique
Feb 13, 2018
With a class such as
Organize imports
should automatically importjava.sql.Driver
, but does nothing. I wonder if this is caused by having 2 possible matching imports when you autocomplete:With one exact type name match, there should be no ambiguity though. Works fine in Eclipse.
The text was updated successfully, but these errors were encountered: