Skip to content

Commit c1473f5

Browse files
committed
Java: add query ID in change note for java/unreachable-catch-clause
1 parent fa3b9a6 commit c1473f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

change-notes/1.19/analysis-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
## Changes to existing queries
1111

1212
| **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. |
13+
| Unreachable catch clause (`java/unreachable-catch-clause`) | Fewer false-positive results | This rule now accounts for calls to generic methods that throw generic exceptions. |
1414

1515
## Changes to QL libraries
1616

0 commit comments

Comments
 (0)