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 182305 - NullPointerException at org.netbeans.modules.php.dbgp.models.VariablesModel$AbstractVariableNode.collectUpdates
Summary: NullPointerException at org.netbeans.modules.php.dbgp.models.VariablesModel$A...
Status: RESOLVED DUPLICATE of bug 180768
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: pgebauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-18 13:33 UTC by zebulon303
Modified: 2011-03-18 13:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 165662


Attachments
stacktrace (1.63 KB, text/plain)
2010-03-18 13:33 UTC, zebulon303
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zebulon303 2010-03-18 13:33:02 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows Vista

User Comments:
GUEST: just debug my php-script

GUEST: debugging php

GUEST: debugging an php script with xdebug

GUEST: Debuging PHP code with Xdebug

GUEST: php-debugging, pressed the key to step over after a stop at a breakpoint

GUEST: Debugging PHP application




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.php.dbgp.models.VariablesModel$AbstractVariableNode.collectUpdates(VariablesModel.java:536)
   at org.netbeans.modules.php.dbgp.models.nodes.AbstractModelNode.updateExistedChildren(AbstractModelNode.java:163)
   at org.netbeans.modules.php.dbgp.models.VariablesModel$AbstractVariableNode.collectUpdates(VariablesModel.java:561)
   at org.netbeans.modules.php.dbgp.models.nodes.AbstractModelNode.updateExistedChildren(AbstractModelNode.java:163)
   at org.netbeans.modules.php.dbgp.models.VariablesModel$ContextNode.collectUpdates(VariablesModel.java:508)
   at org.netbeans.modules.php.dbgp.models.VariablesModel.updateContext(VariablesModel.java:410)
Comment 1 zebulon303 2010-03-18 13:33:09 UTC
Created attachment 95370 [details]
stacktrace
Comment 2 Filip Zamboj 2010-09-15 12:30:58 UTC
batch reassigning
Comment 3 OndrejBrejla 2011-03-18 13:16:04 UTC

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