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.
getArrayValue
getAValue
1 parent f575d2f commit 775338eCopy full SHA for 775338e
java/ql/lib/semmle/code/java/frameworks/spring/SpringController.qll
@@ -159,7 +159,8 @@ class SpringRequestMappingMethod extends SpringControllerMethod {
159
160
161
/** Gets the "value" @RequestMapping annotation array string value, if present. */
162
- string getArrayValue() { result = requestMappingAnnotation.getAStringArrayValue("value") }
+ string getAValue() { result = requestMappingAnnotation.getAStringArrayValue("value") }
163
+
164
/** Gets the "method" @RequestMapping annotation value, if present. */
165
string getMethodValue() {
166
result = requestMappingAnnotation.getAnEnumConstantArrayValue("method").getName()
0 commit comments