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

[MNG-5613] Avoid NPE when dependency graph creation fails #12

Closed
wants to merge 1 commit into from

Conversation

dbroeglin
Copy link

As described in MNG-5613 a NPE occurs if the dependency graph creation fails. Errors where properly catched and added to the result. However, after the call to createProjectDependencyGraph, the resulting projectDependencyGraph was null and as result was not checked for exceptions the call to projectDependencyGraph.getSortedProjects() resulted in a NPE.

@jvanzyl
Copy link
Contributor

jvanzyl commented May 21, 2014

Committed on Committed on bef7fac

@asfgit asfgit closed this in faccffe Jun 10, 2014
pzygielo pushed a commit to pzygielo/maven that referenced this pull request Jan 4, 2023
pzygielo pushed a commit to pzygielo/maven that referenced this pull request Jan 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants