You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2018/07/01 14:34:00 UTC

[jira] [Commented] (MSHARED-742) Add null check for DependencyResolver Interface

    [ https://issues.apache.org/jira/browse/MSHARED-742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16529113#comment-16529113 ] 

Hudson commented on MSHARED-742:
--------------------------------

Build succeeded in Jenkins: Maven TLP » maven-artifact-transfer » master #25

See https://builds.apache.org/job/maven-box/job/maven-artifact-transfer/job/master/25/

> Add null check for DependencyResolver Interface
> -----------------------------------------------
>
>                 Key: MSHARED-742
>                 URL: https://issues.apache.org/jira/browse/MSHARED-742
>             Project: Maven Shared Components
>          Issue Type: Task
>          Components: maven-artifact-transfer
>    Affects Versions: maven-artifact-transfer-0.10.0
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>            Priority: Minor
>             Fix For: maven-artifact-transfer-0.10.0
>
>
> The code
> {code:java}
> public Iterable<ArtifactResult> resolveDependencies( ProjectBuildingRequest buildingRequest,
>                                                          Collection<Dependency> coordinates,
>                                                          Collection<Dependency> managedDependencies,
>                                                          TransformableFilter filter )
> {code}
> should check {{ProjectBuildRequest}} cause the interface does not allow {{null}} so we should check for it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)