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 270873 - NullPointerException at com.sun.org.apache.xerces.internal.dom.ParentNode.nodeListItem
Summary: NullPointerException at com.sun.org.apache.xerces.internal.dom.ParentNode.nod...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-13 21:46 UTC by vercinstex
Modified: 2017-06-13 21:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229451


Attachments
stacktrace (1.96 KB, text/plain)
2017-06-13 21:46 UTC, vercinstex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vercinstex 2017-06-13 21:46:33 UTC
This bug was originally marked as duplicate of bug 206650, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 2017-06-12_20-03-56)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Windows 10

User Comments:
vercinstex: debuggin




Stacktrace: 
java.lang.NullPointerException
   at com.sun.org.apache.xerces.internal.dom.ParentNode.nodeListItem(ParentNode.java:0)
   at com.sun.org.apache.xerces.internal.dom.ParentNode.item(ParentNode.java:0)
   at org.netbeans.modules.php.dbgp.packets.DbgpMessage.getNodeValue(DbgpMessage.java:170)
   at org.netbeans.modules.php.dbgp.packets.Property.getValue(Property.java:163)
   at org.netbeans.modules.php.dbgp.packets.Property.equals(Property.java:212)
   at org.netbeans.modules.php.dbgp.models.VariablesModel$AbstractVariableNode.collectUpdates(VariablesModel.java:526)
Comment 1 vercinstex 2017-06-13 21:46:35 UTC
Created attachment 164536 [details]
stacktrace