Java inspection proposal: warn about Kotlin specific annotations in Java Code

已回答

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

1

Hello Ivan,

Thank you for your report. Please follow the issue created for it at YouTrack:

https://youtrack.jetbrains.com/issue/IDEA-244236

1

请先登录再写评论。