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

[JENKINS-57214] Always initialize yamls field. #460

Merged
merged 3 commits into from May 2, 2019

Conversation

Vlatombe
Copy link
Member

No description provided.

@Vlatombe Vlatombe requested a review from carlossg April 29, 2019 08:35
@@ -128,7 +127,8 @@
@Deprecated
private transient String yaml;

private List<String> yamls;
@Nonnull
private List<String> yamls = new ArrayList<>();
Copy link
Contributor

Choose a reason for hiding this comment

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

isn't this confusing because it will be null on upgrade ?

Copy link
Member Author

Choose a reason for hiding this comment

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

@Vlatombe
Copy link
Member Author

Meh. FindBugs...

@carlossg carlossg merged commit c0a7ccb into jenkinsci:master May 2, 2019
@Vlatombe Vlatombe deleted the JENKINS-57214 branch June 14, 2021 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants