Merge remote-tracking branch 'github/main' into kaspersv/overlay-java-annotations

This commit is contained in:
Kasper Svendsen
2025-06-26 13:18:25 +02:00
2432 changed files with 50615 additions and 27388 deletions

View File

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