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.
CustomControl
1 parent 403b4aa commit 61b8eccCopy full SHA for 61b8ecc
javascript/frameworks/ui5/lib/advanced_security/javascript/frameworks/ui5/UI5.qll
@@ -239,7 +239,7 @@ class Renderer extends SapExtendCall {
239
class CustomControl extends SapExtendCall {
240
CustomControl() {
241
this.getReceiver().getALocalSource() =
242
- TypeTrackers::hasDependency(["sap/ui/core/mvc/Controller", "sap.ui.core.mvc.Controller"]) or
+ TypeTrackers::hasDependency(["sap/ui/core/Control", "sap.ui.core.Control"]) or
243
exists(SapDefineModule sapModule | this.getDefine() = sapModule.getExtendingModule())
244
}
245
0 commit comments