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 189283 - [69cat] NullPointerException: Null child at index 0, parent: Root, model: org.netbeans.spi.viewmodel.Models$CompoundModel@17fde781 TreeModel = org.netbeans.spi.viewmodel.Models$CompoundTreeModel@4e7a84f7
Summary: [69cat] NullPointerException: Null child at index 0, parent: Root, model: org...
Status: RESOLVED DUPLICATE of bug 186297
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-06 22:13 UTC by narve
Modified: 2010-08-09 10:10 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 171798


Attachments
stacktrace (2.69 KB, text/plain)
2010-08-06 22:13 UTC, narve
Details

Note You need to log in before you can comment on or make changes to this bug.
Description narve 2010-08-06 22:13:29 UTC
This bug was originally marked as duplicate of bug 186297, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.9 (Build 201006101454)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Windows 7

User Comments:
GUEST: simply stopped debugging now -.-

GUEST: Debuging web application

GUEST: Noticed this after debugging my program

GUEST: trying to debug .. debug failing to stop at breakpoints

GUEST: I was debugging and clicked the "STOP"-button when this error occured

mmirilovic: Switch to Loaded classes

GUEST: Debugging to wrong remote host.

artisan: This happens once in while during testing. 

Don't know to reproduce.

GUEST: debugging

artisan: running a unit test

narve: Debugging my Swing GUI

mmirilovic: Steps to reproduce:
- I had opened MemoryView project
- CLass breakpoint in group 'xxxx' and another line breakpoint inside constructor
- started debugger
- slected Breakpoint's group node 'xxx' and pushed 'Delete All' from context menu
- continue in debugging

GUEST: was viewing variables and then stopped debugging

phill84: deploying a webapp in tomcat

milinkp: I dont know when its comes.. Its happened when i try to execute the program ,

GUEST: stopped debugging

GUEST: Stop debug program and see problem.

GUEST: Don't know exactly when the problem occured.




Stacktrace: 
java.lang.NullPointerException: Null child at index 0, parent: Root, model: org.netbeans.spi.viewmodel.Models$CompoundModel@17fde781
  TreeModel = org.netbeans.spi.viewmodel.Models$CompoundTreeModel@4e7a84f7
    org.netbeans.modules.debugger.jpda.projects.ToolTipTreeModelFilter@583eceb8
      org.netbeans.modules.debugger.jpda.ui.models.VariablesTreeModelFilter@254ef3d9
        org.netbeans.modules.debugger.jpda.ui.models.VariablesTreeModelFilterSI@626b3eb1
          org.netbeans.spi.viewmodel.Models$DelegatingTreeModel@1e69d275
    org.netbeans.modules.debugger.jpda.models.LocalsTreeModel@754dfe86
  NodeModel = org.netbeans.spi.viewmodel.Models$CompoundNodeModel@4443cc1f
    org.netbeans.modules.debugger.jpda.projects.ToolTipNodeModelFilter@375bf4b
      org.netbeans.modules.debugger.jpda.ui.models.VariablesTreeModelFilter@254ef3d9
        org.netbeans.modules.debugger.jpda.ui.models.VariablesNodeModel@139e703d
        org.netbeans.modules.debugger.jpda.ui.models.VariablesTreeModelFilterSI@626b3eb1
  TableMo
   at org.netbeans.modules.viewmodel.TreeModelNode$TreeModelChildren.applyChildren(TreeModelNode.java:1380)
   at org.netbeans.modules.viewmodel.TreeModelNode$TreeModelChildren.refreshLazyChildren(TreeModelNode.java:1356)
   at org.netbeans.modules.viewmodel.TreeModelNode$TreeModelChildren.refreshChildren(TreeModelNode.java:1216)
   at org.netbeans.modules.viewmodel.TreeModelNode.refreshTheChildren(TreeModelNode.java:823)
   at org.netbeans.modules.viewmodel.TreeModelNode.refreshTheChildren(TreeModelNode.java:806)
   at org.netbeans.modules.viewmodel.TreeModelNode$5.run(TreeModelNode.java:549)
Comment 1 narve 2010-08-06 22:13:34 UTC
Created attachment 101256 [details]
stacktrace
Comment 2 Peter Pis 2010-08-09 08:37:03 UTC
Reassigning to debugger.
Comment 3 Martin Entlicher 2010-08-09 10:10:51 UTC
Should be fixed in NB 6.9.1 and in an update to 6.9.

*** This bug has been marked as a duplicate of bug 186297 ***