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 137477 - Undo [Safe Delete] impossible root folder is deleted
Summary: Undo [Safe Delete] impossible root folder is deleted
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: _ potingwu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-17 19:16 UTC by Roman Mostyka
Modified: 2016-07-07 08:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-06-17 19:16:22 UTC
1. Create web application with "JSF" framework.
2. Add 2 managed beans with the same name ("NewJSFManagedBean") and with different package names ("test" and "test.test").
3. Open "Files" view.
4. Rightclick test folder and choose "Refactor > Safe Delete".

Result: Package and managed bean are removed and there is no possibility to Undo[Safe Delete] because this point is
absent in popup menu.
Comment 1 _ potingwu 2008-06-17 19:54:10 UTC
It's the same reason and implementation as issue#137476.


*** This issue has been marked as a duplicate of 137476 ***
Comment 2 Roman Mostyka 2008-06-18 15:24:28 UTC
Actually I can do Undo[Safe Delete] when I reproduce issue #137476, so it's not duplicate. Probably the root of the
problem is the same (I'm not sure), but at least for tracking this bug it is better to have this issue separately. You
can set dependency for this issue on issue #137476.
Comment 3 _ potingwu 2008-06-18 17:03:51 UTC
We are currently only supporting Safe Delete for Projects logical view related to the faces-config.xml contents. This is
most users do for their projects. Not an urgent P2 because most users use Project view to manage their project.

Based on the concept, it's still risky to update the faces-config.xml when users hack the Files. We may not support this
in the near future.
Comment 4 Martin Balin 2016-07-07 08:55:43 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss