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

NPEs are thrown if DefaultBuildConfigurationProperties arguments and vmArguments are null #816

Closed
fbricon opened this issue Dec 4, 2018 · 0 comments
Assignees
Milestone

Comments

@fbricon
Copy link

fbricon commented Dec 4, 2018

https://github.com/eclipse/buildship/blob/4ee595bd33bd84cb788debc15900a98af6f05c59/org.eclipse.buildship.core/src/main/java/org/eclipse/buildship/core/internal/configuration/BuildConfigurationPersistence.java#L163-L164
Joiner#join throws an NPE if the iterable is null, which happens when we try to initialize a BuildConfiguration with null values.

@donat donat closed this as completed in ed8f8ca Dec 5, 2018
@donat donat added this to the Buildship 3.0 milestone Dec 5, 2018
@donat donat self-assigned this Dec 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants