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 254148 - NullPointerException at com.sun.org.apache.xerces.internal.dom.ParentNode.nodeListItem
Summary: NullPointerException at com.sun.org.apache.xerces.internal.dom.ParentNode.nod...
Status: RESOLVED DUPLICATE of bug 206650
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-05 10:30 UTC by Exceptions Reporter
Modified: 2015-09-04 09:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218974


Attachments
stacktrace (2.20 KB, text/plain)
2015-08-05 10:30 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-08-05 10:30:49 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 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Windows 7

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>f




Stacktrace: 
java.lang.NullPointerException
   at com.sun.org.apache.xerces.internal.dom.ParentNode.nodeListItem(ParentNode.java:786)
   at com.sun.org.apache.xerces.internal.dom.ParentNode.item(ParentNode.java:800)
   at org.netbeans.modules.php.dbgp.packets.DbgpMessage.getNodeValue(DbgpMessage.java:167)
   at org.netbeans.modules.php.dbgp.packets.Property.getValue(Property.java:163)
   at org.netbeans.modules.php.dbgp.packets.Property.equals(Property.java:222)
   at org.netbeans.modules.php.dbgp.models.VariablesModel$AbstractVariableNode.collectUpdates(VariablesModel.java:478)
Comment 1 Exceptions Reporter 2015-08-05 10:30:51 UTC
Created attachment 155184 [details]
stacktrace
Comment 2 Tomas Mysik 2015-09-04 09:58:26 UTC
Duplicate of issue #206650.

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