зеркало из https://github.com/github/codeql.git
336 B
336 B
lgtm,codescanning
- A CodeQL class
MemberType
is introduced to describe nested classes. ItsgetQualifiedName
method 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 aNestedType
or aMember
.