Release preparation for version 2.19.4

This commit is contained in:
github-actions[bot]
2024-11-28 19:28:05 +00:00
parent f7896b4c2b
commit b36f3f97ee
150 changed files with 355 additions and 117 deletions

View File

@@ -1,3 +1,9 @@
## 4.2.1
### Minor Analysis Improvements
* In a switch statement with a constant switch expression, all non-matching cases were being marked as unreachable, including those that can be reached by falling through from the matching case. This has now been fixed.
## 4.2.0
### Major Analysis Improvements

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 4.2.1
### Minor Analysis Improvements
* In a switch statement with a constant switch expression, all non-matching cases were being marked as unreachable, including those that can be reached by falling through from the matching case. This has now been fixed.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.2.0
lastReleaseVersion: 4.2.1

View File

@@ -1,5 +1,5 @@
name: codeql/java-all
version: 4.2.1-dev
version: 4.2.1
groups: java
dbscheme: config/semmlecode.dbscheme
extractor: java