mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Move new change notes to appropriate packs
This commit is contained in:
@@ -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()`.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user