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 41de038 commit ab75a42Copy full SHA for ab75a42
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