Java: Fix perf issue.

This commit is contained in:
Anders Schack-Mulligen
2025-06-17 10:08:28 +02:00
parent 5a34a1a51b
commit 73810a6d85

View File

@@ -130,7 +130,7 @@ class Struts2PrepareMethod extends Method {
*/
class Struts2ActionSupportClass extends Class {
Struts2ActionSupportClass() {
this.getAStrictAncestor().hasQualifiedName("com.opensymphony.xwork2", "ActionSupport")
this.getASourceSupertype+().hasQualifiedName("com.opensymphony.xwork2", "ActionSupport")
}
/**