mirror of
https://github.com/github/codeql.git
synced 2026-01-08 20:20:34 +01:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -13,7 +13,7 @@ class SpringInjectionCallableEntryPoint extends CallableEntryPoint {
|
||||
this instanceof SpringBeanReflectivelyConstructed or
|
||||
// A setter method specified in the context.
|
||||
this instanceof SpringBeanPropertySetterMethod or
|
||||
exists(this.(SpringBeanXMLAutowiredSetterMethod).getInjectedBean()) or
|
||||
exists(this.(SpringBeanXmlAutowiredSetterMethod).getInjectedBean()) or
|
||||
this instanceof SpringBeanAutowiredCallable
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user