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 107069 - Close and reopen project after pkg renamed and deleted freezes the IDE
Summary: Close and reopen project after pkg renamed and deleted freezes the IDE
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: _ sandipchitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-18 19:24 UTC by Joanne Lau
Modified: 2007-07-13 19:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
attached thread dump (11.51 KB, text/plain)
2007-06-18 19:24 UTC, Joanne Lau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joanne Lau 2007-06-18 19:24:12 UTC
M10 build 200706180000

Following steps were done before the IDE goes into the deadlock:

- Start IDE with a fresh userdir 
- Create a JSF project
- From the project properties, add VW framework to the project
- Right click on Web Pages to create a new VW page
- From the Projects window, right click to Source Packages -> New Java Package
  (e.g. name it my_package)
- Right click Page2.java -> Move  (move page to the new package)
- Rename the package name to my_package_r
  (I notice that my_package_r is created under the Web folder along with my_package)
  Since the refactoring code is not fully implemented yet in the Web folder, I decide
  to clean the package.
- Delete my_package_r from Source Packages and Web folders
- Close the project and open recent project
  Opening the project puts the IDE into the deadlock.

  (see attached threads dump)
Comment 1 Joanne Lau 2007-06-18 19:24:47 UTC
Created attachment 43916 [details]
attached thread dump
Comment 2 _ sandipchitale 2007-06-29 19:47:52 UTC
Fixed in trunk.
Comment 3 Joanne Lau 2007-07-13 19:55:45 UTC
Verified in Build 200707120000