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 150543 - [65cat] NullPointerException: Model: org.netbeans.spi.viewmodel.Models$CompoundModel@53657 TreeModel = org.netbeans.spi.viewmodel.Models$DelegatingTreeModel@ff3e64 org.netbeans.modules.debugger.ui.model
Summary: [65cat] NullPointerException: Model: org.netbeans.spi.viewmodel.Models$Compou...
Status: VERIFIED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: jymen
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-17 14:14 UTC by rajivderas
Modified: 2009-01-15 01:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 129608


Attachments
stacktrace (3.15 KB, text/plain)
2008-10-17 14:14 UTC, rajivderas
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rajivderas 2008-10-17 14:14:18 UTC
Build: NetBeans IDE 6.5 RC1 (Build 20081016235259)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException: Model: org.netbeans.spi.viewmodel.Models$CompoundModel@53657
  TreeModel = org.netbeans.spi.viewmodel.Models$DelegatingTreeModel@ff3e64
    org.netbeans.modules.debugger.ui.models.BreakpointsTreeModel@f78b7d
  NodeModel =     org.netbeans.modules.debugger.ui.models.BreakpointsNodeModel@1938886
    org.netbeans.modules.python.debugger.breakpoints.BreakpointModel@fd2c69
  TableModel = org.netbeans.spi.viewmodel.Models$DelegatingTableModel@15920fa
    org.netbeans.modules.debugger.ui.models.BreakpointsTableModel@1d43178
    org.netbeans.modules.python.debugger.breakpoints.BreakpointModel@fd2c69
  NodeActionsProvider = org.netbeans.spi.viewmodel.Models$CompoundNodeActionsProvider@84176c
    org.netbeans.modules.python.debugger.breakpoints.PythonBreakpointNodeActions@c75442
      org.netbeans.modules.debugger.ui.models.BreakpointsActionsProvider@485c2f
  ColumnsModel = [org.netbeans.modules.debugger.ui.models.ColumnModels$AbstractColumn@6ce79d, org.netbeans.modules.debugger.ui.model
        at org.netbeans.modules.viewmodel.TreeModelNode.refreshNode(TreeModelNode.java:416)
        at org.netbeans.modules.viewmodel.TreeModelNode.<init>(TreeModelNode.java:132)
        at org.netbeans.modules.viewmodel.TreeModelNode$TreeModelChildren.createNodes(TreeModelNode.java:915)
        at org.openide.nodes.Children$Keys$KE.nodes(Children.java:1596)
        at org.openide.nodes.ChildrenArray.nodesFor(ChildrenArray.java:168)
        at org.openide.nodes.EntrySupport$Default$Info.nodes(EntrySupport.java:925)
Comment 1 rajivderas 2008-10-17 14:14:39 UTC
Created attachment 72121 [details]
stacktrace
Comment 2 Martin Entlicher 2008-11-07 18:28:27 UTC
A bug in python debugger as can be seen from the XML.
BreakpointModel returns null as display name for PythonBreakpoint.
Comment 3 jymen 2008-11-09 15:57:38 UTC
fix available in #168 build
Comment 4 Peter Lam 2008-11-21 22:13:49 UTC
verified in recent builds