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 173549 - "Confirm Object Deletion" doesn't appear when user deletes file
Summary: "Confirm Object Deletion" doesn't appear when user deletes file
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-10-02 08:31 UTC by soldatov
Modified: 2009-10-07 12:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2009-10-02 08:31:13 UTC
In Beta "Confirm Object Deletion" doesn't appear when I delete file.

Scenario:
- Create C/C++ project
- Select any file in Projects tab
- Call context menu and select "Delete" menu item
==> IDE deletes file without warnings

I can reproduce this problem in Java projects, but it is more complex case
Scenario:
- Start IDE with fresh user directory
- Create Java project
- Select any *.java file in Projects tab
- Call context menu and select "Delete" menu item
==> IDE deletes file without warnings if it is scanning project in this time
Comment 1 Vladimir Voskresensky 2009-10-02 16:07:47 UTC
this regression is an effect of fixing http://www.netbeans.org/issues/show_bug.cgi?id=172199
Vita, please, fix the regression.
Thanks,
Vladimir.
Comment 2 Vitezslav Stejskal 2009-10-05 10:56:33 UTC
http://hg.netbeans.org/jet-main/rev/dfb4c5fed591
Comment 3 Vladimir Voskresensky 2009-10-05 11:03:26 UTC
Vita, thanks!
Comment 4 Quality Engineering 2009-10-07 12:45:42 UTC
Integrated into 'main-golden', will be available in build *200910070250* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/dfb4c5fed591
User: Vita Stejskal <vstejskal@netbeans.org>
Log: #173549: ask user to confirm the delete operation