I've updated my intellij to 2017.2.5 and imported all the projects. For some reason, declaration and constructors show some error with Strings. e.g. private String type = "abc"; and name = " xyz"; Error asks me to change it to java.lang.string as a solution.
Jdk is up to date. libraries are up to date, so what is the problem? Project structure looks ok. How do I fix this?
