Skip to content

chore: 10.4.0 release

c6492c5
Select commit
Loading
Failed to load commit list.
Open

SRU2026 #315

chore: 10.4.0 release
c6492c5
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 28, 2026 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 note

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 459 in src/main/java/com/prowidesoftware/swift/model/SwiftTagListBlock.java

See this annotation in the file changed.

Code scanning / CodeQL

Confusing overloading of methods Note

Method new Predicate<? extends Field>(...) {{ ... }}.test(..) could be confused with overloaded method
Predicate.test
, since dispatch depends on static types.