2.7.0
svc-autorelease
released this
18 Sep 14:54
·
2198 commits
to develop
since this release
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 |