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

Summary: Exceptions while renaming a project
Product: javaee Reporter: Andrei Badea <abadea>
Component: EJBAssignee: Pavel Fiala <pfiala>
Status: VERIFIED FIXED    
Severity: blocker Keywords: RANDOM
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack trace
Project sources

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