Community
Participate
Working Groups
NPE when calling element.setText(null) java.lang.NullPointerException at org.eclipse.sapphire.modeling.xml.XmlElement.setText(XmlElement.java:279) at oracle.eclipse.tools.coherence.descriptors.internal.SocketProviderOptionsCustomBinding.write(SocketProviderOptionsCustomBinding.java:85)
Checked in fix in XmlElement - instead of removing child element in a for loop, add to a list and remove later. Please code review.
verified with build 372
The fix looks fine. Closing.