mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
291 B
291 B
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$EntrynotMap<>$Entryas before. This may impact custom queries that explicitly named these types.