You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Alexander Sova (JIRA)" <ji...@apache.org> on 2006/12/16 04:05:21 UTC

[jira] Created: (COLLECTIONS-238) ExtendedProperties.load() does not allow empty property values

ExtendedProperties.load() does not allow empty property values
--------------------------------------------------------------

                 Key: COLLECTIONS-238
                 URL: http://issues.apache.org/jira/browse/COLLECTIONS-238
             Project: Commons Collections
          Issue Type: Bug
    Affects Versions: 2.1.1
            Reporter: Alexander Sova


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:                     }
 


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (COLLECTIONS-238) ExtendedProperties.load() does not allow empty property values

Posted by "Alexander Sova (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/COLLECTIONS-238?page=all ]

Alexander Sova updated COLLECTIONS-238:
---------------------------------------

    Attachment: NoEmptyStrings.java

this app suppose to print

name1
name2
name3

but prints only

name1
name3

> ExtendedProperties.load() does not allow empty property values
> --------------------------------------------------------------
>
>                 Key: COLLECTIONS-238
>                 URL: http://issues.apache.org/jira/browse/COLLECTIONS-238
>             Project: Commons Collections
>          Issue Type: Bug
>    Affects Versions: 2.1.1
>            Reporter: Alexander Sova
>         Attachments: NoEmptyStrings.java
>
>
> 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:                     }
>  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org