Move new change notes to appropriate packs

This commit is contained in:
Dave Bartolomeo
2021-12-14 12:05:15 -05:00
parent de4458346f
commit a62f181d42
33 changed files with 82 additions and 42 deletions

View File

@@ -1,2 +0,0 @@
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

@@ -1,3 +0,0 @@
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.

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 now properly handles comparisons with Unicode surrogate character literals.

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
tags: [lgtm,codescanning]
---
* The `java/constant-comparison` query no longer raises false alerts regarding comparisons with Unicode surrogate character literals.