mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +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.