NPE on TreeElement when using method clearChildren on a TreeElement with no
children
------------------------------------------------------------------------------------
Key: BEEHIVE-971
URL: http://issues.apache.org/jira/browse/BEEHIVE-971
Project: Beehive
Type: Bug
Components: NetUI
Versions: V1
Reporter: Pete Hale
The method clearChildren in TreeElement calls _children.clear() without making
sure that the member variable _children is not null.
Reproduction:
TreeRootElement root = new TreeRootElement();
root.clearChildren();
NPE is thrown
--
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