Uploaded image for project: 'Commons Collections'
  1. Commons Collections
  2. COLLECTIONS-238

ExtendedProperties.load() does not allow empty property values

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.1
    • None
    • None
    • None

    Description

      empty string is perfectly legal property value

      I think following lines need to be removed

      595: // Configure produces lines like this ... just ignore them
      596: if ("".equals(value))

      { 597: continue; 598: }

      Attachments

        1. NoEmptyStrings.java
          0.6 kB
          Alexander Sova

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bird_owl Alexander Sova
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: