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

Summary: NullPointerException at com.sun.org.apache.xerces.internal.dom.ParentNode.nodeListItem
Product: php Reporter: vercinstex
Component: DebuggerAssignee: issues@php <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 229451
Attachments: stacktrace

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