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

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

     [ https://issues.apache.org/jira/browse/MSHARED-742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Heinz Marbaise closed MSHARED-742.
---------------------------------------
    Resolution: Done

Done in [8000df69abe4222ce426b39fc76a9f1ab6b4a62d|https://gitbox.apache.org/repos/asf?p=maven-artifact-transfer.git;a=commitdiff;h=8000df69abe4222ce426b39fc76a9f1ab6b4a62d]

> 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)