mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
These are mainly small changes in how source-locations are ascribed to synthetic expressions, plus three real changes: - The comment extractor is performing better presumably due to improvements in the underlying representation - *= /= and %= operations are once again extracted correctly; presumably their origin information has been fixed - Reference to a static final Java field can lead to more constant propagation than before The last one might be a minor nuisance to someone trying to find references to such a field.
9 lines
332 B
Plaintext
9 lines
332 B
Plaintext
| Test.java:2:17:2:17 | m | m | m |
|
|
| test.kt:3:9:4:18 | getX_prop | getX_prop | getX |
|
|
| test.kt:6:5:6:19 | getX | getX | getX |
|
|
| test.kt:8:5:10:14 | changeY | changeY | setY |
|
|
| test.kt:8:5:10:14 | y | y | getY |
|
|
| test.kt:12:5:13:15 | method | method | fn |
|
|
| test.kt:17:5:17:14 | p | p | p |
|
|
| test.kt:18:5:18:32 | w | w | q |
|