Files
codeql/java/change-notes/2021-11-25-surrogate-char-literals.md

4 lines
290 B
Markdown

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.