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 189009

Summary: NPE when stepping over the code and watching variables
Product: javafx Reporter: Martin Ryzl <mryzl>
Component: DebuggerAssignee: Michal Skvor <misk>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Martin Ryzl 2010-07-28 09:34:53 UTC
Annonying, can potentially destroy the session:


java.lang.NullPointerException
    at org.netbeans.modules.viewmodel.TreeModelNode$TreeModelChildren.applyChildren(TreeModelNode.java:1386)
    at org.netbeans.modules.viewmodel.TreeModelNode$TreeModelChildren.run(TreeModelNode.java:1278)
    at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1418)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1957)
Comment 1 Michal Skvor 2010-07-28 09:37:45 UTC
Fixed in trunk.
changeset   : 4239:65dbcebd0b27
Comment 2 Alexandr Scherbatiy 2010-07-29 10:10:28 UTC
verified in NetBeans IDE 6.9.1 (Build 201007282301)