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/01/28 19:41:00 UTC

[jira] [Commented] (MSHARED-677) Add null checks for ArtifactResolver interface.

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

Hudson commented on MSHARED-677:
--------------------------------

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

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

> Add null checks for ArtifactResolver interface.
> -----------------------------------------------
>
>                 Key: MSHARED-677
>                 URL: https://issues.apache.org/jira/browse/MSHARED-677
>             Project: Maven Shared Components
>          Issue Type: Improvement
>          Components: maven-artifact-transfer
>    Affects Versions: maven-artifact-transfer-0.9.1
>            Reporter: Karl Heinz Marbaise
>            Assignee: Karl Heinz Marbaise
>            Priority: Minor
>             Fix For: maven-artifact-transfer-1.0.0
>
>
> The interface {{ArtifactResolver}} contains two methods 
> {code:java}
> ArtifactResult resolveArtifact( ProjectBuildingRequest buildingRequest, Artifact mavenArtifact )
> {code}
> and 
> {code:java}
> ArtifactResult resolveArtifact( ProjectBuildingRequest buildingRequest, ArtifactCoordinate coordinate )
> {code}
> which should check the incoming parameters against {{null}} and produce an {{IllegalArgumentException}}.



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