Skip to content

Commit fa3b9a6

Browse files
committed
Java: add change note for java/unreachable-catch-clause
1 parent 26b630f commit fa3b9a6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

change-notes/1.19/analysis-java.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Improvements to Java analysis
2+
3+
## General improvements
4+
5+
## New queries
6+
7+
| **Query** | **Tags** | **Purpose** |
8+
|-----------------------------------------------|------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
9+
10+
## Changes to existing queries
11+
12+
| **Query** | **Expected impact** | **Change** |
13+
| Unreachable catch clause | Fewer false-positive results | This rule now accounts for calls to generic methods that throw generic exceptions. |
14+
15+
## Changes to QL libraries
16+

0 commit comments

Comments
 (0)