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.
1 parent 0ca6c21 commit f8f77efCopy full SHA for f8f77ef
java/ql/lib/semmle/code/java/frameworks/struts/StrutsActions.qll
@@ -130,7 +130,7 @@ class Struts2PrepareMethod extends Method {
130
*/
131
class Struts2ActionSupportClass extends Class {
132
Struts2ActionSupportClass() {
133
- this.getAStrictAncestor().hasQualifiedName("com.opensymphony.xwork2", "ActionSupport")
+ this.getASourceSupertype+().hasQualifiedName("com.opensymphony.xwork2", "ActionSupport")
134
}
135
136
/**
0 commit comments