mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
[inspection] IDEA-257415 Warnings for value-based classes (Java 16)
This patch adds the inspection to detect usages of value-based classes' instances as monitors in the synchronize statement. Signed-off-by: Nikita Eshkeev <nikita.eshkeev@jetbrains.com> GitOrigin-RevId: 178533c1415b2a8f11d48db17c19baa7e6ff4d1a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
82a8d2c010
commit
7760811391
@@ -0,0 +1,3 @@
|
||||
package valuebased.classes;
|
||||
@jdk.internal.ValueBased
|
||||
public interface IValueBased { }
|
||||
Reference in New Issue
Block a user