Skip to content

Commit c99bad4

Browse files
committed
Recover old change note
1 parent 3113b27 commit c99bad4

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Add support for `CharacterLiteral` in `CompileTimeConstantExpr.getStringValue()`

java/ql/lib/change-notes/2022-03-07-char-literal-in-compile-time-constant.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Add new predicate `CompileTimeConstantExpr.getStringifiedValue` which attempts to compute the
5+
`String.valueOf` string rendering of a constant expression. This predicate is now used to
6+
compute the string value of an `AddExpr` that has the type `String`.

0 commit comments

Comments
 (0)