0.26.327 Broken: java.[...].* imports are red - "Cannot resolve symbol ..."
Imports such as java.io.File, java.util.Properties, and java.util.regex.Pattern are red (specifically, the class name itself is red in each instance).
This is happening on both java-only and scala projects.
Therefore, with this latest update, the plugin is essentially unusable.
I'm using IDEA 13 CE 133.193, on JDK7 1.7.0_40 amd64.
There was no problem just before the update, when I was using the scala plugin v 0.26.323.
请先登录再写评论。
Can you attach log file?
Also please try File -> Invalidate caches.
Best regards,
Alexander Podkhalyuzin.
I've manually downloaded the plugin from http://plugins.jetbrains.com/plugin/1347 and installed in IDEA and that seemed to get it back on track.
I guess there was something weird going on with the autoupdate.
I am getting the same problem reported by Dan using IntelliJ 13.0Community Edition and scala plugin 0.26.327
Attachment(s):
idea.log.zip
Did invalidate caches help? Clean install? I don't see any problems in log file.
Best regards,
Alexander Podkhalyuzin.
The modules where I am having the problem are maven modules.
Reimporting the modules individually by using the context menu on the module in the "Maven Projects" window seems to have fixed the problem
Before reimporting, below the problem modules I only saw the "lifecycle" branch, not "plugins" and "dependencies". These 2 branches reappeared after reimporting.
Maybe this is a migration issue between IntelliJ 12 and IntelliJ 13 ?