diff --git a/java/ql/lib/change-notes/2026-01-27-unreleased-lock-pools.md b/java/ql/lib/change-notes/2026-01-27-unreleased-lock-pools.md new file mode 100644 index 00000000000..6ac8a19a762 --- /dev/null +++ b/java/ql/lib/change-notes/2026-01-27-unreleased-lock-pools.md @@ -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.