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 11:36:00 UTC

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

Karl Heinz Marbaise created MSHARED-742:
-------------------------------------------

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