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 11073 - [Window system] open two files, try to close Source Editor ->IllegalArgumentException
Summary: [Window system] open two files, try to close Source Editor ->IllegalArgumentE...
Status: CLOSED DUPLICATE of bug 10265
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-05 09:01 UTC by Marian Mirilovic
Modified: 2008-12-22 23:47 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception (3.06 KB, text/plain)
2001-04-05 09:03 UTC, Marian Mirilovic
Details
IndexOutOfBoundException (2.28 KB, text/plain)
2001-04-05 09:06 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2001-04-05 09:02:00 UTC
[nb_r32](21)[jdk1.3.1](rc1)

Steps to reproduce:
1. open two files
2. try to close Source Editor

Now you obtain IllegalArgumentException (attachment), and selected pane in
SourceEditor is whole gray.
Comment 1 Marian Mirilovic 2001-04-05 09:03:36 UTC
Created attachment 1002 [details]
Exception
Comment 2 Marian Mirilovic 2001-04-05 09:04:59 UTC
After close first and try to close second file , you obtain
IndexOutOfBoundsException (attachment2 [details])
Comment 3 Marian Mirilovic 2001-04-05 09:06:00 UTC
Created attachment 1003 [details]
IndexOutOfBoundException
Comment 4 mslama 2001-04-05 16:08:19 UTC
Duplicate of #10265 root cause is the same - invalid call of stateChanged from
componentRemoved in SplitContainerImpl and MultiTabbedContainerImpl - more
details look in #10265.

*** This issue has been marked as a duplicate of 10265 ***