No IDEA Annotations attached to the JDK 1.8, Some Issues Will Not be Found Follow
Answered
Hi,
I have installed
- JDK1.8.0_201
- IDEA Community Edition 2018.3.4
- Cucumber Plugin
I created a new Gradle project. So far so good.
Then I rebooted my PC and started IDEA.
Then I start to see this banner like this (except in my case it say jdk1.8.0_201).
Once I clicked the Attached annotation , the banner went away. But I don't know what did happen actually? What does it mean No IDEA annotations attached to the JDK ?
Thanks.
Please sign in to leave a comment.
It adds jdkAnnotations.jar to the JDK configuration:
This JAR provides external annotations for JDK methods: https://www.jetbrains.com/help/idea/external-annotations.html.
Magic Constant is one of the inspections using these annotations: https://blog.jetbrains.com/idea/2012/02/new-magic-constant-inspection/.