-
Notifications
You must be signed in to change notification settings - Fork 3k
Ensure codestarts pass spotbugs #48857
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
Conversation
Remove VA_FORMAT_STRING_USES_NEWLINE
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Let's see what CI has to say!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Status for workflow
|
Various codestarts are generating code that will trigger the following spotbugs rule: VA_FORMAT_STRING_USES_NEWLINE.
This change modifies the codestarts to comply with the rule.
Note: I found several other occurences of the
\n
pattern in the codeline but I didn't change them since they are not linked to codestarts.Relevant discussion: https://quarkusio.zulipchat.com/#narrow/channel/187038-dev/topic/Samples.20trigger.20a.20spotbugs.20issue