Move change notes to correct directories

This commit is contained in:
Dave Bartolomeo
2021-11-19 19:54:52 -05:00
parent 75fb47c76f
commit 5ed9029143
9 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
category: fix
tags: [lgtm,codescanning]
---
* The predicate `Method.overrides(Method)` was accidentally transitive. This has been fixed. This fix also affects `Method.overridesOrInstantiates(Method)` and `Method.getASourceOverriddenMethod()`.

View File

@@ -0,0 +1,6 @@
---
category: fix
tags: [lgtm,codescanning]
---
* `CharacterLiteral`'s `getCodePointValue` predicate now returns the correct value for UTF-16 surrogates.
* The `RangeAnalysis` module and the `java/constant-comparison` queries no longer raise false alerts regarding comparisons with Unicode surrogate character literals.