Issue 78805 - API: toolkit.MutableTreeNode::com::sun::star::awt::tree::XMutableTreeNode
Summary: API: toolkit.MutableTreeNode::com::sun::star::awt::tree::XMutableTreeNode
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-22 14:11 UTC by chne
Modified: 2013-02-24 21:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description chne 2007-06-22 14:11:06 UTC
the methods appendChild() insertChildByIndex() does not throw an 
IllegalArgumentException if you add/insert a node twice or you add/insert the
calling object itself.
the method insertChildByIndex() does not throw IndexOutOfBoundsException if you
try to insert at '-3' or '9999' while only on child is present.
Comment 1 clippka 2007-06-25 11:55:40 UTC
fixed in cws, please verify
Comment 2 clippka 2007-06-25 11:55:58 UTC
set to fixed
Comment 3 chne 2007-06-26 15:10:27 UTC
ok in cws => verifed
Comment 4 chne 2007-10-15 16:08:35 UTC
ok in master => close