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 24023 - ArrayIndexOutOfBoundsExc when opening imported project
Summary: ArrayIndexOutOfBoundsExc when opening imported project
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-24 14:02 UTC by Milan Kubec
Modified: 2008-12-23 09:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stack trace (1.08 KB, text/plain)
2002-05-24 14:05 UTC, Milan Kubec
Details
exc stack trace (1.04 KB, text/plain)
2002-05-27 11:36 UTC, Milan Kubec
Details
exc stack trace (1009 bytes, text/plain)
2002-06-03 11:19 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2002-05-24 14:02:13 UTC
ArrayIndexOutOfBoundsException is thrown when
importing project from NetBeans 321. Once this
exception is thrown another project cannot be opened.
Comment 1 Milan Kubec 2002-05-24 14:05:35 UTC
Created attachment 5953 [details]
exception stack trace
Comment 2 Peter Zavadsky 2002-05-27 08:16:02 UTC
Fixed in [trunk]

Fix:
core/../frames/SplitContainerImpl.java [1.61]

Note:
That's workarounded the problem. It seems to be, the real problem is
some race condition, which shouldn't be there, since the
SplitContainerImpl,.should be accessed from AWT thread only. Needs to
be investigated.
Comment 3 Milan Kubec 2002-05-27 11:35:05 UTC
Changing version to Forte 4.0 and reopening, since I'm able to
reproduce the problem on last Forte build RC5, but only on Solaris 9
and only sometimes. It's reproducible when importing projects from
NetBeans 3.2.1 and Forte 3.0. Exc will be attached.
Comment 4 Milan Kubec 2002-05-27 11:36:55 UTC
Created attachment 5967 [details]
exc stack trace
Comment 5 Milan Kubec 2002-05-27 16:01:09 UTC
The bug reported as second is different case, will be filled as
separate bug. Changing to FIXED.
Comment 6 Marian Mirilovic 2002-05-27 16:15:16 UTC
Milan, please verify this one, thanks in advance.
Comment 7 Milan Kubec 2002-06-03 11:17:57 UTC
Reopening, I got the exception in last trunk dev build 200206030100.
Exception is attached.
Comment 8 Milan Kubec 2002-06-03 11:19:21 UTC
Created attachment 6037 [details]
exc stack trace
Comment 9 Peter Zavadsky 2002-06-06 09:40:05 UTC
Fixed in [trunk]

Fix:
core/../windows/frames/SplitContainerImpl.java [1.71]
Comment 10 Peter Zavadsky 2002-06-06 09:42:16 UTC
Note:
Those fixes are just workarounds for particular exception to making
the container robust. 

The problem which causes it seems to be more serious, please if it is
reproducible, always attach the project which causes the problems, so
we can investigate it more detailed. Thanks
Comment 11 Milan Kubec 2002-10-17 11:10:02 UTC
Verified.
Comment 12 Quality Engineering 2003-07-01 16:15:42 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.