mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Mass-rename MethodAccess -> MethodCall
This commit is contained in:
@@ -117,7 +117,7 @@ class SpringBeanFactory extends ClassOrInterface {
|
||||
* Get a bean constructed by a call to this bean factory.
|
||||
*/
|
||||
SpringBean getAConstructedBean() {
|
||||
exists(Method getBean, MethodAccess call |
|
||||
exists(Method getBean, MethodCall call |
|
||||
getBean.hasName("getBean") and
|
||||
call.getMethod() = getBean and
|
||||
getBean.getDeclaringType() = this
|
||||
|
||||
Reference in New Issue
Block a user