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

fix: Check for null before accessing volume configuration #1092

Merged
merged 1 commit into from
Sep 28, 2018

Conversation

rhuss
Copy link
Collaborator

@rhuss rhuss commented Sep 28, 2018

We should finally switch to Optionals, now that we are on Java 8

Fixes #1091

@codecov
Copy link

codecov bot commented Sep 28, 2018

Codecov Report

Merging #1092 into master will decrease coverage by 0.01%.
The diff coverage is 0%.

@@             Coverage Diff              @@
##             master    #1092      +/-   ##
============================================
- Coverage     51.79%   51.77%   -0.02%     
  Complexity     1441     1441              
============================================
  Files           150      150              
  Lines          7778     7781       +3     
  Branches       1158     1159       +1     
============================================
  Hits           4029     4029              
- Misses         3353     3356       +3     
  Partials        396      396
Impacted Files Coverage Δ Complexity Δ
...c/main/java/io/fabric8/maven/docker/StartMojo.java 0% <0%> (ø) 0 <0> (ø) ⬇️

We should finally switch to Optionals, now that we are on Java 8

Fixes fabric8io#1091
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