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 65406 - Exceptions while renaming a project
Summary: Exceptions while renaming a project
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavel Fiala
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-09-29 18:12 UTC by Andrei Badea
Modified: 2009-11-10 06:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (11.25 KB, text/plain)
2005-09-29 18:12 UTC, Andrei Badea
Details
Project sources (4.65 KB, application/x-compressed)
2005-09-29 18:13 UTC, Andrei Badea
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Badea 2005-09-29 18:12:03 UTC
I got the attached exception a few times while renaming an EJB project. To
reproduce:

1. Create a new EJB project with existing sources using the attached sources
2. Right-click the project node, choose Rename
3. Check the "Also Rename Project Folder" checkbox, enter a directory name,
click OK.
4. Hopefully you'll experience the issue, it is quite random.
Comment 1 Andrei Badea 2005-09-29 18:12:46 UTC
Created attachment 25324 [details]
Stack trace
Comment 2 Andrei Badea 2005-09-29 18:13:34 UTC
Created attachment 25325 [details]
Project sources
Comment 3 Jan Lahoda 2005-09-30 12:03:34 UTC
BTW: the project operations infrastructure handles IOExceptions gracefully (a
user-friendly message is shown, the dialog is closed, the correct project is
re-opened). I have created issue #65513 that requires that general Exceptions
should be handled this way.
Comment 5 Jan Horvath 2006-06-29 15:36:34 UTC
v