Skip to content

Conversation

DeHopen
Copy link
Contributor

@DeHopen DeHopen commented May 16, 2025

@yegor256

Problem: The ValidationException constructor(String text, Object...args) uses String.format, but does not verify that text is not null.

Improvement: Add a null check for text and possibly for args to avoid NullPointerException.

@yegor256
Copy link
Owner

@DeHopen thanks, but the build is not green

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

Successfully merging this pull request may close these issues.

2 participants