When running my tests with Java 26, I get this error:
Rule 'fields that are declared in classes that [...]' failed to check any classes.
This means either that no classes have been passed to the rule at all, or that
no classes passed to the rule matched the `that()` clause. To allow rules being
evaluated without checking any classes you can either use
`ArchRule.allowEmptyShould(true)` on a single rule or set the configuration
property `archRule.failOnEmptyShould = false` to change the behavior globally.
I am aware of #1599 and verified that ASM 9.9.1 is present on the classpath.
When running my tests with Java 26, I get this error:
I am aware of #1599 and verified that ASM 9.9.1 is present on the classpath.