mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Move change notes to correct directories
This commit is contained in:
5
java/ql/lib/change-notes/2021-11-15-overrides.md
Normal file
5
java/ql/lib/change-notes/2021-11-15-overrides.md
Normal 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()`.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user