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 257735

Summary: NullPointerException at org.netbeans.modules.debugger.ui.views.debugging.FiltersDescriptor$FilterImpl.setState
Product: debugger Reporter: thruminds
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222276
Attachments: stacktrace

Description thruminds 2016-01-28 12:06:57 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
thruminds: debugging thread




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.ui.views.debugging.FiltersDescriptor$FilterImpl.setState(FiltersDescriptor.java:456)
   at org.netbeans.modules.debugger.ui.views.debugging.FiltersDescriptor$FilterImpl.access$500(FiltersDescriptor.java:296)
   at org.netbeans.modules.debugger.ui.views.debugging.FiltersDescriptor$FilterImpl$1$1.run(FiltersDescriptor.java:516)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
Comment 1 thruminds 2016-01-28 12:06:59 UTC
Created attachment 158264 [details]
stacktrace
Comment 2 Martin Entlicher 2016-03-23 08:20:57 UTC
Fixed by changeset:   296294:d327da8098f9
http://hg.netbeans.org/core-main/rev/d327da8098f9
Comment 3 Quality Engineering 2016-03-24 03:01:40 UTC
Integrated into 'main-silver', will be available in build *201603240001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d327da8098f9
User: mentlicher@netbeans.org
Log: #257735: Initialize toggleButtonRef, to prevent from NPE.