As of today spotbugs uses ASM 9.8 that supports Java 25, but we also still use BCEL 6.10 that only knows Java 24.
BCEL 6.11 would have Java 25 support, but it is not yet released.
We should make sure there is a release available that can analyze Java 25 code.
I'm currently trying to build locally using 6.11 snapshot from https://repository.apache.org/content/repositories/snapshots/org/apache/bcel/bcel/6.11.0-SNAPSHOT/
As of today spotbugs uses ASM 9.8 that supports Java 25, but we also still use BCEL 6.10 that only knows Java 24.
BCEL 6.11 would have Java 25 support, but it is not yet released.
We should make sure there is a release available that can analyze Java 25 code.
I'm currently trying to build locally using 6.11 snapshot from https://repository.apache.org/content/repositories/snapshots/org/apache/bcel/bcel/6.11.0-SNAPSHOT/