[ http://issues.apache.org/jira/browse/BEEHIVE-971?page=all ] Krista Baker closed BEEHIVE-971: --------------------------------
Verified that the NPE no longer occurs when calling clearChildren on a TreeElement with no children. > 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 > Assignee: Krista Baker > Fix For: 1.1 > Attachments: j971-patch.txt > > 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
