Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Nightly Builds
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
33925
Description
The default implementation of the clear() method in AbstractConfiguration
doesn't work for a SubsetConfiguration applied to a BaseConfiguration. The
TransformIterator created by the getKeys() in SubsetConfiguration doesn't like
the concurrent modification of the underlying collection in the clear() method.