[ https://issues.apache.org/jira/browse/MSHARED-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16342718#comment-16342718
]
Hudson commented on MSHARED-678:
--------------------------------
Build succeeded in Jenkins: Maven TLP » maven-artifact-transfer » master #4
See https://builds.apache.org/job/maven-box/job/maven-artifact-transfer/job/master/4/
> Add null check for ProjectInstaller Interface
> ---------------------------------------------
>
> Key: MSHARED-678
> URL: https://issues.apache.org/jira/browse/MSHARED-678
> 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
>
>
> Currently the interface {{ProjectInstaller}} defines the following method:
> {code:java}
> void install( ProjectBuildingRequest projectBuildingRequest, ProjectInstallerRequest
projectInstallerRequest )
> throws IOException, ArtifactInstallerException, NoFileAssignedException;
> {code}
> where we should check the parameter against {{null}} which should not be allowed to be
given as parameter. The result should be an {{IllegalArgumentException}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
|