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 239035

Summary: Breakpoints - Delete All, Disable All actions enabled first time
Product: debugger Reporter: Jiri Skrivanek <jskrivanek>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P1    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2013-12-02 09:41:09 UTC
Delete All and Disable All actions in Breakpoints view are faulty enabled when the view is opened for the first time. It is high priority bug because it breaks tests and it can signal some problem in core infrastructure. Started to fail in build 201311300002 (#8e517e7cf90d). To reproduce:

- run IDE from zip distribution (with ergonomics cluster)
- create java project to enable Java feature
- open "Window|Debugging|Breakpoints" view
- right-click inside the view but Delete All and Disable All actions are enabled but they shouldn't

Product Version: NetBeans IDE Dev (Build 201312020002)
Java: 1.7.0_45; Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Runtime: Java(TM) SE Runtime Environment 1.7.0_45-b18
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)

http://test4u.cz.oracle.com/job/JellyTools-trunk/
Comment 1 Martin Entlicher 2013-12-02 12:45:18 UTC
Reproduced.
Comment 2 Martin Entlicher 2013-12-02 18:08:57 UTC
Fixed by changeset:   268425:5f9b51981d0c
http://hg.netbeans.org/core-main/rev/5f9b51981d0c
Comment 3 Quality Engineering 2013-12-03 03:08:18 UTC
Integrated into 'main-silver', will be available in build *201312030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5f9b51981d0c
User: mentlicher@netbeans.org
Log: #239035: Consider visible breakpoints only (not hidden) in global breakpoints actions.