From comment : #17259 (comment).
During the JDK 17 upgrade(#17168), IntelliJ has identified 22 locations where traditional instanceof checks can be replaced with JDK 16+ pattern variables. This is a language feature requiring JDK 16+, so it should be addressed after the JDK 17 migration.
From comment : #17259 (comment).
During the JDK 17 upgrade(#17168), IntelliJ has identified 22 locations where traditional instanceof checks can be replaced with JDK 16+ pattern variables. This is a language feature requiring JDK 16+, so it should be addressed after the JDK 17 migration.