I have IntelliJ 17.2.5. The problem I am facing is that it's intellisense never suggest or import java.utils.Map
on itself.
I always have to import it manually by typing the import statement. Although it suggest all other classes in java.utils
package like List
, HashMap
and others. So I suppose that this is not class path issue.
I know that there is a similar question but that is not my case and the solution there is not working for me.