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 - NPE when stepping over the code and watching variables
Summary: NPE when stepping over the code and watching variables
Status: VERIFIED FIXED
Alias: None
Product: javafx
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 normal (vote)
Assignee: Michal Skvor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-28 09:34 UTC by Martin Ryzl
Modified: 2010-07-29 10:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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