This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 15865 - IndexOutOfBoundsException at TreeObjectList.removeImpl(TreeObjectList.java:560)
Summary: IndexOutOfBoundsException at TreeObjectList.removeImpl(TreeObjectList.java:560)
Status: CLOSED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Tree-Edit (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: _ lkramolis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-24 16:22 UTC by Martin Schovanek
Modified: 2007-09-25 06:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IndexOutOfBoundsException (5.78 KB, text/plain)
2001-09-24 16:26 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2001-09-24 16:22:42 UTC
[Linux, JDK1.3.1]

Steps to reproduce:
===================
1) Add > Element
2) at New Element dialog click into Text Field 'Name:'
3) press twice key [Tab]

IDE throws:
Comment 1 Martin Schovanek 2001-09-24 16:26:11 UTC
Created attachment 2676 [details]
IndexOutOfBoundsException
Comment 2 _ lkramolis 2001-10-16 10:29:49 UTC
Selection model says: selection is NOT empty. Table says: selected row
is 0, BUT row count is also 0!!! I don't understand. :-( Condition was
extended of table.getRowCount() check.

Modified file:    
tax/src/org/netbeans/modules/xml/tax/beans/editor/TreeElementAttributeListCustomizer.java
Comment 3 Martin Schovanek 2001-11-16 12:50:04 UTC
VERIFIED
Comment 4 Quality Engineering 2003-07-02 08:38:00 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.