Knut Anders Hatlen created DERBY-5830:
-----------------------------------------

             Summary: Make DoubleProperties.propertyNames() thread-safe
                 Key: DERBY-5830
                 URL: https://issues.apache.org/jira/browse/DERBY-5830
             Project: Derby
          Issue Type: Bug
          Components: Services
    Affects Versions: 10.9.1.0
            Reporter: Knut Anders Hatlen
            Assignee: Knut Anders Hatlen


As discussed in DERBY-4269, DoubleProperties.propertyNames() may throw a 
NullPointerException if properties are removed by another thread while the 
method is executing. Since DoubleProperties is a sub-class of, and used as a 
drop-in replacement for, java.util.Properties, it should be thread-safe just 
like the propertyNames() method in the parent class.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to