mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Add change note
This commit is contained in:
2
java/change-notes/2021-06-23-generic-type-names.md
Normal file
2
java/change-notes/2021-06-23-generic-type-names.md
Normal file
@@ -0,0 +1,2 @@
|
||||
lgtm,codescanning
|
||||
* Static inner classes and static methods' enclosing and declaring types are now unbound rather than raw types. This means that, for example, Map.Entry's name is now `Map$Entry` not `Map<>$Entry` as before. This may impact custom queries that explicitly named these types.
|
||||
Reference in New Issue
Block a user