mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Fix qualified name stubbing for nested types
This commit is contained in:
@@ -323,7 +323,7 @@ private string stubQualifiedNamePrefix(ValueOrRefType t) {
|
||||
else
|
||||
if t.getParent() instanceof Namespace
|
||||
then result = t.getDeclaringNamespace().getQualifiedName() + "."
|
||||
else result = t.getDeclaringType().getQualifiedName() + "."
|
||||
else result = stubClassName(t.getDeclaringType()) + "."
|
||||
}
|
||||
|
||||
language[monotonicAggregates]
|
||||
|
||||
Reference in New Issue
Block a user