mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-06 09:36:56 +07:00
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
5 lines
86 B
Java
5 lines
86 B
Java
package valuebased.classes;
|
|
|
|
@jdk.internal.ValueBased
|
|
public class OpenValueBased { }
|