mirror of
https://github.com/github/codeql.git
synced 2026-03-06 23:56:48 +01:00
984 B
984 B
Improvements to Java analysis
General improvements
New queries
| Query | Tags | Purpose |
|---|
Changes to existing queries
| Query | Expected impact | Change |
| Unreachable catch clause (java/unreachable-catch-clause) | Fewer false-positive results | This rule now accounts for calls to generic methods that throw generic exceptions. |