mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Add change note
This commit is contained in:
4
java/ql/lib/change-notes/2023-11-03-jdk21-support.yml
Normal file
4
java/ql/lib/change-notes/2023-11-03-jdk21-support.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Switch cases using patterns and both cases and instanceof expressions using record patterns are now supported. The new class `RecordPatternExpr` is introduced to represent patterns, `PatternCase` and `CaseNullDefault` to represent new kinds of case statement, `InstanceOfExpr` gains `getPattern` to replace `getLocalVariableDeclExpr`.
|
||||
Reference in New Issue
Block a user