8000
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 5a34a1a commit 73810a6Copy full SHA for 73810a6
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