Code Analysis not running in IDEA 9 Follow
The title basically says it all. The code analysis indicator visible in the upper right of the editor window never displays green or red. Placing the mouse over the box says simply "Performing code analysis". No errors are ever highlighted or otherwise indicated by the editor. The process never seems to finish, but the Background Tasks window doesn't show anything.
Is there any place I can look to determine what the problem might be? The code compiles file from the command line (Maven) or from within IDEA when using Maven.
Please sign in to leave a comment.
Hello Nick,
Are there any exceptions in idea.log?
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
It took me a while, but I found the problem. It turns out one of the plugins I was trying to use was compiled with a newer version of the JDK than IDEA was using. To make matters worse, it's my plugin.