I have installed Java 8 to my IntelliJ Idea. I have added path to jdk in Idea. And when I start my project I see that message:
What I need to do to fix that?
I have installed Java 8 to my IntelliJ Idea. I have added path to jdk in Idea. And when I start my project I see that message:
What I need to do to fix that?
I had the same question.
The solution is somewhat obvious, just click on the banner and the message would go away. But of course, we want to know what does this do. Someone already asked this in the intelliJ community:
It adds jdkAnnotations.jar to the JDK configuration
This JAR provides external annotations for JDK methods. Magic Constant is one of the inspections using these annotations
Unfortunately, I was unable to find out where that can be manually added (or at least reviewed) in a newer version of intelliJ