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 23159 - Confirmation dialog should be opened when user delete all breakpoints
Summary: Confirmation dialog should be opened when user delete all breakpoints
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: All All
: P4 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-06 12:55 UTC by sva
Modified: 2003-03-12 15:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Suggested fix for /cvs/debuggercore/src/org/netbeans/modules/debugger/support/actions/DeleteAllAction.java (1.38 KB, patch)
2003-03-11 16:57 UTC, sva
Details | Diff
Suggested fix for /cvs/debuggercore/src/org/netbeans/modules/debugger/support/actions/Bundle.properties (452 bytes, patch)
2003-03-11 16:58 UTC, sva
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description sva 2002-05-06 12:55:16 UTC
Steps to reproduce:
1. Add a several JSP breakpoint to several JSP's.
2. Switch to Runtime tab of explorer.
3. Select Debugger -> Breakpoints node of tree.
4. Right click on Breakpoints node and click "Delete All" 
contextual menu item.

Actual result: all breakpoints removed.

Expected result: Confirmation dialog should be shown, as 
it shown when user delete one breakpoint through context 
menu on breakpoint.

Well reproduced under W2K, RH Linux 7.2 with FFJ 4.0ee, 
build 020501.
Comment 1 Marek Grummich 2002-07-22 09:00:32 UTC
Target milestone was changed from '3.4' to TBD.
Comment 2 Marek Grummich 2002-07-22 09:03:53 UTC
Target milestone was changed from '3.4' to TBD.
Comment 3 sva 2003-03-11 16:57:41 UTC
Created attachment 9359 [details]
Suggested fix for /cvs/debuggercore/src/org/netbeans/modules/debugger/support/actions/DeleteAllAction.java
Comment 4 sva 2003-03-11 16:58:29 UTC
Created attachment 9360 [details]
Suggested fix for /cvs/debuggercore/src/org/netbeans/modules/debugger/support/actions/Bundle.properties
Comment 5 Jan Jancura 2003-03-12 15:09:02 UTC
integrated to release35
thanks for contribution!
Comment 6 sva 2003-03-12 15:27:13 UTC
Works well.
Verified.