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 29513 - AIOOBE - try to invoke popup menu on Packages node of opened project
Summary: AIOOBE - try to invoke popup menu on Packages node of opened project
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-12 10:22 UTC by Marian Mirilovic
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ArrayIndexOutOfBoundsException - stack trace (2.92 KB, text/plain)
2002-12-12 10:23 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2002-12-12 10:22:54 UTC
[nb_projects](20021212), [jdk1.4.2](beta 08)

Steps to reproduce:
- run IDE
- create new project and save it
- run another instance of IDE
- open previoulsy created project
- select node Packages and try to invoke popup
menu
-> ArrayIndexoutOfBoundsException arise (see
attachment)
Comment 1 Marian Mirilovic 2002-12-12 10:23:23 UTC
Created attachment 8285 [details]
ArrayIndexOutOfBoundsException - stack trace
Comment 2 Pavel Buzek 2002-12-13 09:40:51 UTC
I cannot reproduce this. Is this happening always when you open a 
project? What do you mean by 'another instance of IDE'?
Please attach the project file.
Comment 3 Vitezslav Stejskal 2002-12-13 15:10:47 UTC
I am sorry, but I can't reproduce this too.
Comment 4 Pavel Buzek 2002-12-16 07:42:12 UTC
Please reopen this issue if you are still able to reproduce this and 
add the project file. Thanks.
Comment 5 Jan Becicka 2002-12-16 07:58:11 UTC
I saw this behavior too, but I cannot reproduce it.
The strange thing was, that there was no package under the Packages
node. And then, when I invoke popup menu, AIOOBE was thrown.
Usually there is at least the <default package> node under the
Packages node.
Comment 6 Pavel Buzek 2002-12-16 08:13:08 UTC
Note that the <default package> is not shown in UI any more (on 
prj40_prototype branch), it is identical with "Packages" node. see 
29512.
Comment 7 Marian Mirilovic 2003-07-14 15:48:58 UTC
verified
Comment 8 Jan Becicka 2003-11-25 14:20:35 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.