Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
Fix Version/s: 1.5.5
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
1. Open a groovy file
2. Type new DataS<ctrl-space> to get the completions.
3. Select javax.sql.DataSource
The import for javax.sql.DataSource appears.
Now hit <ctrl-space> again while at the end of DataSource. Another import is automatically added.
I have add a check to verifiy the current import not already exists.
Please try it out and close this issue if it works.