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 270960 - NullPointerException at org.netbeans.modules.debugger.ui.views.ViewModelListener$6.run
Summary: NullPointerException at org.netbeans.modules.debugger.ui.views.ViewModelListe...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-25 20:37 UTC by emiddio
Modified: 2017-06-25 20:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229541


Attachments
stacktrace (1.21 KB, text/plain)
2017-06-25 20:37 UTC, emiddio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2017-06-25 20:37:47 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
emiddio: debugging




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.debugger.ui.views.ViewModelListener$6.run(ViewModelListener.java:760)
   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)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
Comment 1 emiddio 2017-06-25 20:37:49 UTC
Created attachment 164624 [details]
stacktrace