Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-678

Add null check for ProjectInstaller Interface

    XMLWordPrintableJSON

Details

    Description

      Currently the interface ProjectInstaller defines the following method:

      void install( ProjectBuildingRequest projectBuildingRequest, ProjectInstallerRequest projectInstallerRequest )
      throws IOException, ArtifactInstallerException, NoFileAssignedException;
      

      where we should check the parameter against null which should not be allowed to be given as parameter. The result should be an IllegalArgumentException

      Attachments

        Activity

          People

            khmarbaise Karl Heinz Marbaise
            khmarbaise Karl Heinz Marbaise
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: