From 64dbb88efeb0d6f8fee9aaffc073aee06de78ba6 Mon Sep 17 00:00:00 2001 From: Felicity Chapman Date: Sat, 24 Aug 2019 12:10:53 +0100 Subject: [PATCH] Minor tidy up to release notes --- change-notes/1.22/analysis-java.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/change-notes/1.22/analysis-java.md b/change-notes/1.22/analysis-java.md index 8b22e1a1183..4b1c5e07484 100644 --- a/change-notes/1.22/analysis-java.md +++ b/change-notes/1.22/analysis-java.md @@ -1,5 +1,7 @@ # Improvements to Java analysis +The following changes in version 1.22 affect Java analysis in all applications. + ## Changes to existing queries | **Query** | **Expected impact** | **Change** | @@ -13,7 +15,7 @@ * The virtual dispatch library has been updated to give more precise dispatch targets for `Object.toString()` calls. This affects all security queries and - removes false positives that arose from paths through impossible `toString()` + removes false positive results that arose from paths through impossible `toString()` calls. * The library `VCS.qll` and all queries that imported it have been removed. * The second copy of the interprocedural `TaintTracking` library has been