mirror of
https://github.com/github/codeql.git
synced 2026-06-17 02:41:08 +02:00
376 B
376 B
1.6.1
Minor Analysis Improvements
- Java analysis of guards has been switched to use the new and improved shared guards library. This improves precision of a number of queries, in particular
java/dereferenced-value-may-be-null, which now has fewer false positives, andjava/useless-null-checkandjava/constant-comparison, which gain additional true positives.