Add change note

This commit is contained in:
Owen Mansel-Chan
2026-01-27 15:48:04 +00:00
parent 42cbe0734e
commit a0c35516bd

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The query `java/unreleased-lock` no longer applies to lock types with names ending in "Pool", as these typically manage a collection of resources and the `lock` and `unlock` methods typically only lock one resource at a time. This may lead to a reduction in false positives.