Java inspection proposal: warn about Kotlin specific annotations in Java Code
Answered
Hello!
I would like to propose a new inspection for Java code.
I accidentally used @kotlin.jvm.Volatile annotation in Java code, which doesn't make sense there.
Is it a good candidate to warn about? There are more such annotations like JvmField, JvmStatec, and so on.
Thanks,
Ivan Shafran
Please sign in to leave a comment.
Hello Ivan,
Thank you for your report. Please follow the issue created for it at YouTrack:
https://youtrack.jetbrains.com/issue/IDEA-244236