mirror of
https://github.com/github/codeql.git
synced 2026-05-03 20:58:03 +02:00
Release preparation for version 2.19.4
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 4.2.0
|
||||
lastReleaseVersion: 4.2.1
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user