We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ad3644 + a053792 commit 4b8cdf8Copy full SHA for 4b8cdf8
extensions/ql-vscode/src/data-extensions-editor/queries/java.ts
@@ -81,7 +81,7 @@ class CallableMethod extends Method {
81
*/
82
string getApiName() {
83
result =
84
- this.getDeclaringType().getPackage() + "." + this.getDeclaringType().getSourceDeclaration() +
+ this.getDeclaringType().getPackage() + "." + this.getDeclaringType().nestedName() +
85
"#" + this.getName() + paramsString(this)
86
}
87
0 commit comments