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 153956 - "Delete" waits for classpath scanning too early and unnecessarily
Summary: "Delete" waits for classpath scanning too early and unnecessarily
Status: RESOLVED DUPLICATE of bug 134716
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-26 17:48 UTC by matthies
Modified: 2009-03-26 15:32 UTC (History)
0 users

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 matthies 2008-11-26 17:48:03 UTC
When pressing "Delete" on a Java source file whilc classpath scanning is in progress, a message box "Safely Delete" 
appears with the text "Please wait, classpath scanning in progress..." and a single button "Cancel Safely Delete". This 
is too early, and unnecessary if non-safe delete was intended. In the normal "Delete" dialog that follows, there is a 
checkbox for "Safely delete (with usage search)" which by default is unchecked (at least for me).

The expected behaviour would be to only show the "Please wait" message box after having pressed OK in the 
normal "Delete" dialog where "Safely delete" is checked in that dialog.
Comment 1 Jan Pokorsky 2008-12-11 16:04:17 UTC
Makes sense. Thanks for the report.
Comment 2 Jan Pokorsky 2009-03-26 15:32:48 UTC

*** This issue has been marked as a duplicate of 134716 ***