mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
336 B
336 B
lgtm,codescanning
- A CodeQL class
MemberTypeis introduced to describe nested classes. ItsgetQualifiedNamemethod returns$-delimited nested type names (for example,mypackage.Outer$Middle$Inner), where previously the same type would be named differently depending on whether it was addressed as aNestedTypeor aMember.