Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NPE when checking immutables builders from abstract methods #1519

Merged
merged 2 commits into from
Oct 21, 2020

Conversation

jackwickham
Copy link
Contributor

Before this PR

The ImmutablesBuilderMissingInitialization check throws a null pointer exception if the builder comes from an abstract method.

After this PR

==COMMIT_MSG==
Fix null pointer exception when checking immutables builders that are returned from abstract methods
==COMMIT_MSG==

Fixes #1518

@changelog-app
Copy link

changelog-app bot commented Oct 21, 2020

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Fix null pointer exception when checking immutables builders that are returned from abstract methods

Check the box to generate changelog(s)

  • Generate changelog entry

@bulldozer-bot bulldozer-bot bot merged commit ee282be into develop Oct 21, 2020
@bulldozer-bot bulldozer-bot bot deleted the jw/immutables-builder-npe branch October 21, 2020 12:35
@svc-autorelease
Copy link
Collaborator

Released 3.43.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NPE in ImmutablesBuilderMissingInitialization
3 participants