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 6902 - 1047: an exeption is released when openning a project
Summary: 1047: an exeption is released when openning a project
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 normal (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-06-27 08:50 UTC by Jan Kovar
Modified: 2008-12-23 11:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Kovar 2000-06-27 08:50:49 UTC
1. Create new Project using normal procedure. Save current project and use New
filesystem
2. An exception can occur now. If not. Try to open a project several times.

Exception:
Exception occurred during event dispatching:
java.lang.ArrayIndexOutOfBoundsException: 4 > 3
        at java.util.Vector.insertElementAt(Vector.java:551)
        at javax.swing.JTabbedPane.insertTab(JTabbedPane.java:441)
        at javax.swing.JTabbedPane.addTab(JTabbedPane.java:480)
        at
org.netbeans.core.windows.MultiTabContainer.setVisible(MultiTabContainer.java:428)
        at org.netbeans.core.windows.ModeImpl.setVisible(ModeImpl.java:459)
        at org.netbeans.core.windows.ModeImpl$1.run(ModeImpl.java:218)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
        at
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 Jesse Glick 2000-08-23 16:01:59 UTC
Looks like a window system bug to me.
Comment 2 David Simonek 2000-08-23 16:28:59 UTC
It is duplicate and it is already fixed in main trunk, I will request bugfix
approval for boston.

*** This bug has been marked as a duplicate of 5909 ***
Comment 3 Quality Engineering 2003-07-01 16:01:55 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 4 Quality Engineering 2003-07-01 16:25:45 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.