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

Summary: NullPointerException at org.netbeans.modules.debugger.ui.views.ViewModelListener$6.run
Product: debugger Reporter: emiddio <emiddio>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229541
Attachments: stacktrace

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