Uploaded image for project: 'Commons Configuration'
  1. Commons Configuration
  2. CONFIGURATION-271

BaseConfiguration duplicates multi value keys values

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.4
    • 2.x
    • None
    • None

    Description

      In addPropertyDirect(String key, Object value) the method adds the new value to the property.
      If the property has the same value in the list, it will get duplicated.
      The method should check if the list contains the value and only if the result is false add the value.
      There is no logic in saving a multi value key with more than one instance of a value.

      Attachments

        Activity

          People

            Unassigned Unassigned
            paradoxpixel Daniel Adrian
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: