The very vast majority of tests fail with Java 8, due to `IllegalArgumentException`s thrown by ASM (from what I could see so far). Which means the rule method modifiers are probably the culprits here; however, there is left to find which one(s).
The very vast majority of tests fail with Java 8, due to
IllegalArgumentExceptions thrown by ASM (from what I could see so far).Which means the rule method modifiers are probably the culprits here; however, there is left to find which one(s).