Java: add query ID in change note for java/unreachable-catch-clause

This commit is contained in:
yh-semmle
2018-10-10 19:16:57 -04:00
parent fa3b9a6997
commit c1473f5425

View File

@@ -10,7 +10,7 @@
## 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. |
| Unreachable catch clause (`java/unreachable-catch-clause`) | Fewer false-positive results | This rule now accounts for calls to generic methods that throw generic exceptions. |
## Changes to QL libraries