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

Summary: Confirmation dialog should be opened when user delete all breakpoints
Product: debugger Reporter: sva <sva>
Component: CodeAssignee: Jan Jancura <jjancura>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: -FFJ-   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Suggested fix for /cvs/debuggercore/src/org/netbeans/modules/debugger/support/actions/DeleteAllAction.java
Suggested fix for /cvs/debuggercore/src/org/netbeans/modules/debugger/support/actions/Bundle.properties

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.