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 34845 - IllegalArgumentException followed by IDE hang
Summary: IllegalArgumentException followed by IDE hang
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-09 23:40 UTC by Michael Ottati
Modified: 2004-04-19 16:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack Traces (6.94 KB, text/plain)
2003-07-09 23:41 UTC, Michael Ottati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Ottati 2003-07-09 23:40:02 UTC
Based upon proj40_prototype code updateded july 9, 2003, 
WXP and JDK 1.4.2

I would not normally enter this P1 howver after this bug 
happens the IDE is totally unusable and can only be stopped 
externally. This bug causes a total system failure and 
probable user data loss, hence the priority.

The scenario to create this bug is as follows.

1:  create a project with the project template using basic 
java application.
2:  Go into the sources node and attempt rename 
the "Main.java". At this point nothing happens, this 
probably merits a seperate bug simply to describe that 
problem.
3:  Attempt to delete the "Main.java" file. 

This causes the error and aparently the IDE is in some sort 
of loop as the error dialog box can not then be dismissed. 
Screen paint starts to fail and eventually one is left with 
a grey screen. At this point, the ide can not be shutdown 
even using the close box.

The two IleagalArg stack traces shown are attached.
Comment 1 Michael Ottati 2003-07-09 23:41:59 UTC
Created attachment 10922 [details]
Stack Traces
Comment 2 Dusan Balek 2003-08-07 15:54:20 UTC
Fixed by modifying ProjectMemberLook to work with broken ProjectMembers.
Comment 3 Jan Becicka 2003-08-15 12:38:26 UTC
VERIFIED
Comment 4 Jan Becicka 2003-11-25 14:23:51 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.