Skip to content

Conversation

@cppwfs
Copy link
Contributor

@cppwfs cppwfs commented Sep 8, 2025

No description provided.

}
else {
return this.evaluationContext;
return this.evaluationContext != null ? this.evaluationContext : createEvaluationContext();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't believe in this since the property is "NullAway.Init.
If some test fails, then that one has to be fixed calling afterPropertiesSet() or so.
However, the resource arg of this method has to be marked with the @Nullable.

@artembilan artembilan merged commit 398715b into spring-projects:main Sep 8, 2025
3 checks passed
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.

2 participants