Skip to content

Add missing nullness annotation in org.springframework.web.util.UriComponents.VarArgsTemplateVariables#36850

Draft
msridhar wants to merge 1 commit into
spring-projects:mainfrom
msridhar:fix-warnings-upcoming
Draft

Add missing nullness annotation in org.springframework.web.util.UriComponents.VarArgsTemplateVariables#36850
msridhar wants to merge 1 commit into
spring-projects:mainfrom
msridhar:fix-warnings-upcoming

Conversation

@msridhar
Copy link
Copy Markdown
Contributor

From the surrounding code it is clear that valueIterator should have type Iterator<@Nullable Object>. The missing annotation leads to a warning in the next version of NullAway (to be released).

…mponents.VarArgsTemplateVariables

Signed-off-by: Manu Sridharan <msridhar@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label May 27, 2026
@msridhar msridhar marked this pull request as draft May 27, 2026 17:13
@msridhar
Copy link
Copy Markdown
Contributor Author

Sorry, with this fix the code doesn't pass the currently-released version of NullAway. Converted to draft; will mark ready when the new version of NullAway is released.

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

Labels

status: waiting-for-triage An issue we've not yet triaged or decided on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants