Uploaded image for project: 'OODT (Retired)'
  1. OODT (Retired)
  2. OODT-41

Product Constructor does not set transfer status.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.2
    • file manager
    • None

    Description

      The construtor below takes in transferStatus but does nothing with it. Not sure if would break code to change this. Probably requires an update to a unit test too.

      public Product(String name, ProductType pType, String structure,
      String transferStatus, List<Reference> refs)

      { productName = name; productType = pType; productStructure = structure; references = refs; }

      Attachments

        Activity

          People

            chrismattmann Chris A. Mattmann
            pramirez Paul Ramirez
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: