Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Nightly Builds
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
30074
Description
XMLConfiguration supports an extended key syntax to store a property as an xml
attribute ("foo[@bar]"), but the current implementation can only read and modify
existing attributes read from an xml file, adding a new attribute property
results in a NullPointerException in the setXmlProperty method.