Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a652f75

Browse files
author
Esben Sparre Andreasen
committed
JS: rename internal AngularJS::ServiceMethodCall
1 parent 54d01bd commit a652f75

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

javascript/ql/src/semmle/javascript/frameworks/AngularJS/AngularJSCore.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -711,12 +711,12 @@ private class AngularMethodCall extends AngularJSCall {
711711
}
712712

713713
/**
714-
* A call to a method on a builtin service.
714+
* A call to a builtin service or one of its methods.
715715
*/
716-
private class ServiceMethodCall extends AngularJSCall {
716+
private class BuiltinServiceCall extends AngularJSCall {
717717
MethodCallExpr mce;
718718

719-
ServiceMethodCall() {
719+
BuiltinServiceCall() {
720720
exists(BuiltinServiceReference service |
721721
service.getAMethodCall(_) = this and
722722
mce = this

0 commit comments

Comments
 (0)