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 - NullPointerException at org.netbeans.modules.debugger.ui.views.debugging.FiltersDescriptor$FilterImpl.setState
Summary: NullPointerException at org.netbeans.modules.debugger.ui.views.debugging.Filt...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-28 12:06 UTC by thruminds
Modified: 2016-03-24 03:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222276


Attachments
stacktrace (1.45 KB, text/plain)
2016-01-28 12:06 UTC, thruminds
Details

Note You need to log in before you can comment on or make changes to this bug.
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.