Skip to content

2.0.0

Choose a tag to compare

@timtebeek timtebeek released this 10 Jan 17:09
· 285 commits to main since this release

What's Changed

  • NullableOnMethodReturnType should not change identity on package private methods by @kmccarp in #404
  • Verify EqualsAvoidsNullVisitor works well for chained method calls by @punkratz312 in #412
  • refactor: Enum values should be compared with "==" by @timtebeek in #414
  • UseLambdaForFunctionalInterface recipe should not convert when code uses a static field from enum constructor by @jevanlingen in #415
  • Lambda by @punkratz312 in #419
  • Collapse constitutionals in SimplifyBooleanExpression by @punkratz312 in #421
  • Use provided configuration for optional language dependencies by @jevanlingen in #411

New Contributors

Full Changelog: v1.22.0...v2.0.0