elharo commented on code in PR #1666:
URL: 
https://github.com/apache/maven-dependency-plugin/pull/1666#discussion_r3698677574


##########
src/main/java/org/apache/maven/plugins/dependency/fromDependencies/BuildClasspathMojo.java:
##########
@@ -198,7 +199,10 @@ protected void doExecute() throws MojoExecutionException {
 
         Set<Artifact> artifacts = getResolvedDependencies(true);

Review Comment:
   can this method return null? what's it's contract? and if it can return 
null, should it be changed to return an empty set instead?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to