Skip to content

2.29.0

Compare
Choose a tag to compare
@svc-autorelease svc-autorelease released this 07 Nov 17:29
· 2019 commits to develop since this release
d6ca7d3
Type Description Link
Improvement Error prone RedundantModifier check supports interface static methods and fields. #1021
Fix Ignore module-info.java files to support projects with Jigsaw. #1023
Improvement Error Prone StrictCollectionIncompatibleType to guard collection usage #1027
Improvement Drop RedundantModifier to SUGGESTION and FinalClass to WARNING

These checks don't imply bugs, and automation will fix failing cases automatically, so it's not necessary to block compilation.
FinalClass moved to warning rather than suggestion because there are a few edge cases (e.g. dependent projects using mockito without inline mock maker) where releases can run into issues if the bots don't fix findings in time.
#1028