mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
Java: add change note for java/unreachable-catch-clause
This commit is contained in:
16
change-notes/1.19/analysis-java.md
Normal file
16
change-notes/1.19/analysis-java.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Improvements to Java analysis
|
||||
|
||||
## General improvements
|
||||
|
||||
## New queries
|
||||
|
||||
| **Query** | **Tags** | **Purpose** |
|
||||
|-----------------------------------------------|------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
|
||||
## Changes to existing queries
|
||||
|
||||
| **Query** | **Expected impact** | **Change** |
|
||||
| Unreachable catch clause | Fewer false-positive results | This rule now accounts for calls to generic methods that throw generic exceptions. |
|
||||
|
||||
## Changes to QL libraries
|
||||
|
||||
Reference in New Issue
Block a user