We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getParentNamespace
getParent
1 parent 9c516bf commit ecfa66eCopy full SHA for ecfa66e
1 file changed
csharp/ql/src/semmle/code/csharp/frameworks/NHibernate.qll
@@ -79,7 +79,7 @@ module NHibernate {
79
this.getCallable()
80
.getDeclaringType()
81
.getDeclaringNamespace()
82
- .getParent*()
+ .getParentNamespace*()
83
.hasQualifiedName("", "NHibernate")
84
}
85
0 commit comments