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 165932 - ArrayIndexOutOfBoundsException: 4
Summary: ArrayIndexOutOfBoundsException: 4
Status: CLOSED DUPLICATE of bug 165905
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@debugger
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-25 11:00 UTC by Egor Ushakov
Modified: 2010-04-29 09:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 151725


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2009-05-25 11:00:28 UTC
Debugger view (Variable and Watches) do not work at all


Build: NetBeans IDE Dev (Build 200905250201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: SunOS, 5.11, x86
User comments: disabled one column in watches
STACKTRACE: (first 10 lines)
java.lang.ArrayIndexOutOfBoundsException: 4
        at org.netbeans.modules.viewmodel.OutlineTable.setColumnsOrder(OutlineTable.java:625)
        at org.netbeans.modules.viewmodel.OutlineTable.updateTableColumns(OutlineTable.java:603)
        at org.netbeans.modules.viewmodel.OutlineTable.setModel(OutlineTable.java:352)
        at org.netbeans.spi.viewmodel.Models$1.run(Models.java:153)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
Comment 1 Martin Entlicher 2009-05-25 12:23:34 UTC
Already fixed in trunk.

*** This issue has been marked as a duplicate of 165905 ***
Comment 2 Quality Engineering 2010-04-29 09:51:14 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.