Skip to content

2.7.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 18 Sep 14:54
· 2198 commits to develop since this release
c894238
Type Description Link
Improvement StrictUnusedVariable now ignores variables prefixed with _ and the suggested fix will rename all unused parameters in public methods instead of removing them #833
Improvement ErrorProne will now detect dangerous usage of @RunWith(Suite.class) that references JUnit5 classes, as this can cause tests to silently not run! #843