We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
java/unreachable-catch-clause
1 parent 26b630f commit fa3b9a6Copy full SHA for fa3b9a6
change-notes/1.19/analysis-java.md
@@ -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